Bouncer
Bouncer is the simplest URL Blocker extention there is.
Vad är Bouncer?
Bouncer är en Chrome-tillägg utvecklad av Greg GMCOLAB, och dess huvudfunktion är "Bouncer is the simplest URL Blocker extention there is.".
Tilläggsskärmbilder
Ladda ner Bouncer-förlängningens CRX-fil
Ladda ner Bouncer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
Officiell webbadress | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Beskrivning | Bouncer is the simplest URL Blocker extention there is. |
Filstorlek | 59.32 KB |
Antal Installationer | 22 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-12-20 |
Publiceringsdatum | 2020-12-14 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Greg GMCOLAB |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gmcolab.com/ |
Hjälpsida URL | https://gmcolab.com/ |
Stödda Språk | 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" } } |