Код: Выделить всё
Uncaught (in promise) Error: Could not load file: 'chrome-extension://...'.
Код инжектора:
Код: Выделить всё
chrome.runtime.onMessage.addListener((message, sender) => {
chrome.scripting.executeScript({
target: {tabId: sender.tab?.id as number},
files: [chrome.runtime.getURL('dist/controller.js')],
world: 'MAIN'
})
})
Подробнее здесь: https://stackoverflow.com/questions/798 ... cript-file
Мобильная версия