Accessing my website token from my chrome extension
I’ve hosted my website like example.com and I’m saving it’s token in local storage. Now I’m creating a chrome extension for which I need to access my site’s token in this chrome extension.
Do anyone have experience of this.
Exporting Chrome’s extensions page as PDF/HTML/Image/anything
I’ve no clue how to export chrome://extensions/
as anything.
Content Scripts Not Triggering on Specific Pages
I’m working on a Chrome extension where I need to inject content scripts on https:// www.ewccv.com /cvs/details. However, I’m encountering an issue where the content scripts aren’t triggering as expected, despite what I believe are the correct URL match patterns in my manifest.json.
Content Scripts Not Triggering on Specific Pages
I’m working on a Chrome extension where I need to inject content scripts on https:// www.ewccv.com /cvs/details. However, I’m encountering an issue where the content scripts aren’t triggering as expected, despite what I believe are the correct URL match patterns in my manifest.json.
How to disable inactive tab discarding in Chrome 127+
I am developing an extension for chrome that should periodically receive some information from the server and update the data on the page. Everything works fine while the tab is active, but when it becomes inactive, everything related to setInterval works much slower.
The extension will work on a system where I have administrator rights and full access to the browser settings and I want to understand how to disable tab discarding for the browser completely and allow the extension to work normally on an inactive tab.
Chrome extension redirect not working on a specific account / computer – cached redirect?
My Chrome extension uses declarativeNetRequests to detect and redirect specific URLs when the user enters them in.
How do you prevent tabs from automatically opening after an extension gets an update?
I’ve noticed when some of the extensions I use automatically update then a new tab will popup with information about the update or asking for a donation. Is there a way to prevent this behavior without disabling the automatic updates or extensions entirely?
Is it possible to force-install an extension from your local system on chrome?
I want to add an extension in chrome that from my local system and I want to make sure the user can’t remove this extension, is there a way to do this?
How to print a value from the website in a chrome extension?
I’m new to chrome extensions. I am trying to develop a Chrome extension that can automatically fill forms and scrape data from specific websites. I don’t need you to create the whole extension, just to help me to understand why it is not working.
I don’t need help in the coding itself, just in a very simple task that I am being currently unable to do: accessing a value from an object and print it in the console.
Chrome extension is not loading the dependecies folder, for popup?
I have a simple popup UI for the extension.