This is a completely free Chrome Extension Examples for you to play with.
-
Privasee: Cover your browser with a fake excel image when you look away https://chromewebstore.google.com/detail/privasee/kecneekngknmbomkiehccbjkhjgaaedn
-
AdPopper: Turn all your boring ads back into popups as they should be
-
Frontend: Plain Javascript
-
Live Video: From your webcam, desktop, browser tab, or a local .mp4 or .mov file
-
AI Vision: Integrated with Roboflow (sponsored project)
This is a template for Chrome Extensions that uses live AI video on your webcam, desktop, and browser tabs.
-
Go to the url: chrome://extensions/
-
Turn on developer mode
-
Zip the folder without useless mac files (if on mac)
find . -type f -name '.DS_Store' -delete
zip -r XXX.zip XXX
If you to submit this as a public chrome extension in the store:
-
Add a ROBOFLOW_API_KEY in content.js
-
Generate Icons for Chrome Extension
-
Put in a 128x128 image in the images folder and call it icon128.png
-
Run Python
python3 -m venv .venv
source .venv/bin/activate
pip install Pillow
python3 generateIcons.py images/icon128.png
- Then put all images in the images folder.
-
Get a free API key from Roboflow to use their vision models.
-
Replace "ROBOFLOW_API_KEY" in content.js
publishable_key="YOUR_ROBOFLOW_KEY_HERE"
- Thanks to Roboflow for sponsoring this project. Get your free API key at: Roboflow
Distributed under the APACHE 2.0 License. See LICENSE
for more information.
Twitter: @darefailed
Youtube: How to Video coming soon
Project Link: https://github.com/DareFail/Chrome-Extension-Examples