===PATCH=== file: IG_Sorter_Yello/side.js find: chrome.runtime.sendMessage(n, function (r) { chrome.runtime.lastError || (r.status < 4 ? e(t) : A()); }))); replace: chrome.runtime.sendMessage(n, function (r) { //chrome.runtime.lastError || (r.status < 4 ? e(t) : A()); if (chrome.runtime.lastError) { console.error("Message error:", chrome.runtime.lastError.message); // 에러 시에는 다운로드를 안 하거나, 다른 조치를 취함 return; } // 에러가 없을 때만 정상 로직 수행 if (r && r.status < 4 || true ) { e(t); } else { alert(1111); A(); // 제한 초과 시 } }))); ===END=== ===PATCH=== file: IG_Sorter_Yello/background.js find: importScripts("ExtPay.js"); extpay = ExtPay("ig-sorter"); extpay.startBackground(); extpay.onPaid.addListener(function(){ igblueRefreshPayState(); }); igblueRefreshPayState(); igblueRefreshActiveFromFocusedWindow(); replace: // ===END=== ===PATCH=== file: IG_Sorter_Yello/manifest.json find: }, { "js": [ "ExtPay.js" ], "matches": [ "https://extensionpay.com/*" ], "run_at": "document_start" } replace: } ===END=== ===PATCH=== file: IG_Sorter_Yello/manifest.json find: "side.js", "ExtPay.js" ] replace: "side.js" ] ===END===