Relative Content

Tag Archive for google-chromegoogle-chrome-extension

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.

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.