Bouncer
Bouncer is the simplest URL Blocker extention there is.
O que é Bouncer?
Bouncer é uma extensão do Chrome desenvolvida por Greg GMCOLAB, e sua principal característica é "Bouncer is the simplest URL Blocker extention there is.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bouncer
Baixe arquivos de extensão Bouncer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
URL Oficial | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
Descrição | Bouncer is the simplest URL Blocker extention there is. |
Tamanho do Arquivo | 59.32 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0 |
Última Atualização | 2020-12-20 |
Data de Publicação | 2020-12-14 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Greg GMCOLAB |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://gmcolab.com/ |
URL da Página de Ajuda | https://gmcolab.com/ |
Idiomas Suportados | 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" } } |