JS Toggle
We said no.
O que é JS Toggle?
JS Toggle é uma extensão do Chrome desenvolvida por js.toggle.2019, e sua principal característica é "We said no.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JS Toggle
Baixe arquivos de extensão JS Toggle 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
A simple toggle for globally enabling / disabling JavaScript. I released JS Toggle a little over a year ago and I'm proud to say that I still use it nearly every day. I created this extension because I wanted two things: * A simple javascript toggle that I could trust not to send my data anywhere, and that does not request unnecessary permissions (i.e. it is not necessary to view the content of a website to prevent it from executing code). * An aesthetic that wasn't too ugly so I could tolerate the toggle button being visible in my browser menu. There are similar extensions that are more robust, but I like code that strives to do only a single task without additional bells and whistles. No surprises here - just a simple, unobtrusive switch.
Informações Básicas da Extensão
Nome | JS Toggle |
ID | bnhjfamolmolljikdopibpabimjfellc |
URL Oficial | https://chromewebstore.google.com/detail/js-toggle/bnhjfamolmolljikdopibpabimjfellc |
Descrição | We said no. |
Tamanho do Arquivo | 5.48 KB |
Contagem de Instalações | 182 |
Versão Atual | 1.1.4 |
Última Atualização | 2021-08-13 |
Data de Publicação | 2020-04-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | js.toggle.2019 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Scott A. Ledbetter", "name": "JS Toggle", "description": "We said no.", "permissions": [ "contentSettings" ], "version": "1.1.4", "manifest_version": 2, "browser_action": { "default_title": "JS Toggle", "default_icon": "images\/start.png" }, "background": { "scripts": [ "scripts\/background.js" ] } } |