Site Restricter
Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
O que é Site Restricter?
Site Restricter é uma extensão do Chrome desenvolvida por LN, e sua principal característica é "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Site Restricter
Baixe arquivos de extensão Site Restricter 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
Too many distractions? Want to limit access to certain sites? This extension helps you control that. Add URLs of sites you don't want to visit. When you change your mind, just remove them from the list and regain access! Features: - Control access to sites by adding or deleting them individually - One Click Add / Clear All Functionalities - Simple Design - Easy to use
Informações Básicas da Extensão
Nome | Site Restricter |
ID | kbokniiapoadjhhkmnlpndgeambahghk |
URL Oficial | https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk |
Descrição | Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity |
Tamanho do Arquivo | 10.83 KB |
Contagem de Instalações | 50 |
Versão Atual | 0.0.5 |
Última Atualização | 2021-10-30 |
Data de Publicação | 2021-10-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | LN |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Restricter", "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity", "version": "0.0.5", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Site Restricter" }, "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |