Chrome extension troubleshooting – How to print a value from the website in the console?
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 accidentally added an extension in chrome on Android. How to remove it?
I accidentally clicked on an extension and added to chrome. I can’t find extensions on chrome so I cannot remove it now. Whenever I visit the extension site it shows “added to desktop” See pic.
But when I login with my other google account it does not show that extension is added. It is happening with one of my google accounts. Whn I login with that account and visit the extension site it shows that the extension is added. Please anyone help to remove it.
Chrome extension manifest v3 is commands are not working as expected
I am creating an extension that performs AI search and code snippet execution on https://dsabyte.com from anywhere on the browser. I want my users to open the search box by typing commands on any website. Extension will search the database and will present results to the users on https://dsabyte.com.
Saving google extension settings for Puppeteer
I want to implement captcha solver google extension into my puppeteer. But I’m struggling with loading config. So this is what I want to implement https://github.com/noCaptchaAi/chrome-extension but it requires API key which you put when you load unpacked extension (because of google update you cant install crx which is not on google extension store). So, I can load extension with puppeteer but can’t put that API key, so basically I need help with that. How to load configuration file for that extension.
How to tell which extension opened a Chrome tab
I have about 50+ Chrome extensions running and one is currently misbehaving. It opens copies of currently open windows including all tabs. Once I came back to my computer to find over 1000 tabs open when I normally only have about 100.
chrome.runtime.sendMessage from webpage to contentScript Manifest V3
Currently migrating from v2 to v3, and after alot of searching stack and google docs i cannot seem to get past an issue with using chrome.runtime.sendMessage from our webpage to communicate the contentScript.js
Use Devtools inspector without jumping back to Elements window
When one selects an element using the Inspector in the devtools, the Elements window is opened. Is it possible to prevent the Devtools from giving focus to the Elements window? I want the focus to remain on my own window (devtools extension).
Setting up Chrome extension environment
I want to get started with Chrome extension development. Is there a tool that sets up an project for me like create-react-app
does for React? That does not mean I need React in my Chrome extension, I am just thinking about all the TypeScript configuration and so on, so I can focus on developing instead of setting up tools.