Bouncer
Bouncer is the simplest URL Blocker extention there is.
What is Bouncer?
Bouncer is a Chrome extension developed by Greg GMCOLAB, and its main feature is "Bouncer is the simplest URL Blocker extention there is.".
Extension Screenshots
Download Bouncer Extension CRX File
Download Bouncer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. Brought to you by GMCOLAB.
Extension Basic Information
Name | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
Official URL | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Description | Bouncer is the simplest URL Blocker extention there is. |
File Size | 59.32 KB |
Installation Count | 22 |
Current Version | 1.0 |
Last Updated | 2020-12-20 |
Publish Date | 2020-12-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Greg GMCOLAB |
[email protected] | |
Payment Type | free |
Extension Website | https://gmcolab.com/ |
Help Page URL | https://gmcolab.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Grigoris Chatzinikolaou", "name": "Bouncer", "version": "1.0", "description": "Bouncer is the simplest URL Blocker extention there is.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |