I am trying to enter a script with chrome.tabs.executeScript (), but I get this error:
Runtime.lastError failed while running tabs.executeScript: Failed to load file: "contentscript.js"
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
My manifest has tabs and the exact resolution of the host .
source share