Relative Content

Tag Archive for google-chromegoogle-chrome-extension

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.

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.

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.