Bouncer
Bouncer is the simplest URL Blocker extention there is.
Hvad er Bouncer?
Bouncer er en Chrome-udvidelse udviklet af Greg GMCOLAB, og dens hovedfunktion er "Bouncer is the simplest URL Blocker extention there is.".
Udvidelsesskærmbilleder
Download Bouncer-udvidelses-CRX-fil
Download Bouncer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
Officiel URL | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Beskrivelse | Bouncer is the simplest URL Blocker extention there is. |
Filstørrelse | 59.32 KB |
Antal Installationer | 22 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-12-20 |
Udgivelsesdato | 2020-12-14 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Greg GMCOLAB |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gmcolab.com/ |
Hjælpeside-URL | https://gmcolab.com/ |
Understøttede Sprog | 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" } } |