chrome.scripting.executeScript Fails with “Tab Not Found” Error After Creating a New Window in Chrome Extension
I’m developing a Chrome extension and encountering an issue with executing a script in a newly created tab. Here’s what I’m trying to achieve:
chrome.scripting.executeScript Fails with “Tab Not Found” Error After Creating a New Window in Chrome Extension
I’m developing a Chrome extension and encountering an issue with executing a script in a newly created tab. Here’s what I’m trying to achieve:
chrome.scripting.executeScript Fails with “Tab Not Found” Error After Creating a New Window in Chrome Extension
I’m developing a Chrome extension and encountering an issue with executing a script in a newly created tab. Here’s what I’m trying to achieve:
chrome.scripting.executeScript Fails with “Tab Not Found” Error After Creating a New Window in Chrome Extension
I’m developing a Chrome extension and encountering an issue with executing a script in a newly created tab. Here’s what I’m trying to achieve:
Injected contentScript via background.js is not respecting match pattern
Expected behaviour For injected content script to run on specific pages that I set within my manifest.json Current behaviour Contentscript is injected on every page. Or atleast I seem to see errors in console for background indicating background.js:1 Uncaught (in promise) Error: Cannot access contents of url… “. Maybe it’s working but I don’t want […]
Chrome Extension – listen to status “canceled” or “unknown” in network requests
My extension listens to certain network requests and responses, then logs them into the console using the chrome.webRequest
api from the documentation. Here’s my background script that does all the listening.
Importing same class into two content scripts causes – Could not establish connection. Receiving end does not exist when
Developing a Chrome extension. I have a class DomUtils
that I’m importing in both of my contentscripts – a
and b
.
Chrome extention – Calling a content function from a non content js file
I am trying to build a chrome extension and I am having a hard time trying to call a function that is inside “content.js” from another regular js file.
the purpose function inside content.js is to fill all the input tags inside the DOM of the tab I am currently on to a given value that I choose inside my extension page.
chrome.scripting.executeScript to load dynamic files (plugin system for a browser extension)
I have a Chrome browser extension using Manifest V3.
Content Script Function running multiple times after being called once from popup
I have a popup script that servers multiple pages.