Bouncer
Bouncer is the simplest URL Blocker extention there is.
Co to jest Bouncer?
Bouncer to rozszerzenie Chrome opracowane przez Greg GMCOLAB, a jego główną funkcją jest „Bouncer is the simplest URL Blocker extention there is.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bouncer
Pobierz pliki rozszerzeń Bouncer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
Oficjalny URL | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Opis | Bouncer is the simplest URL Blocker extention there is. |
Rozmiar pliku | 59.32 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-12-20 |
Data Publikacji | 2020-12-14 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Greg GMCOLAB |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gmcolab.com/ |
Adres URL Strony Pomocy | https://gmcolab.com/ |
Obsługiwane Języki | 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" } } |