JS Toggle
We said no.
Cos'è JS Toggle?
JS Toggle è un'estensione di Chrome sviluppata da js.toggle.2019, e la sua funzione principale è "We said no.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JS Toggle
Scarica i file di estensione JS Toggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bnhjfamolmolljikdopibpabimjfellc |
| URL Ufficiale | https://chromewebstore.google.com/detail/js-toggle/bnhjfamolmolljikdopibpabimjfellc |
| Descrizione | We said no. |
| Dimensione del File | 5.48 KB |
| Conteggio Installazioni | 182 |
| Versione Corrente | 1.1.4 |
| Ultimo Aggiornamento | 2021-08-13 |
| Data di Pubblicazione | 2020-04-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | js.toggle.2019 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |