NOOT NOOT
Replaces swear words with NOOT NOOT.
Cos'è NOOT NOOT?
NOOT NOOT è un'estensione di Chrome sviluppata da anodium, e la sua funzione principale è "Replaces swear words with NOOT NOOT.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NOOT NOOT
Scarica i file di estensione NOOT NOOT 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
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.
Informazioni di Base sull'Estensione
Nome | NOOT NOOT |
ID | pefpfonanmllmikkgkcibbmijobflocb |
URL Ufficiale | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
Descrizione | Replaces swear words with NOOT NOOT. |
Dimensione del File | 22.27 KB |
Conteggio Installazioni | 134 |
Versione Corrente | Chips Release |
Ultimo Aggiornamento | 2016-09-13 |
Data di Pubblicazione | 2016-09-13 |
Valutazione | 4.30/5 Totale 20 Valutazioni |
Sviluppatore | anodium |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/anodium/noot-noot |
URL della Pagina di Aiuto | https://github.com/anodium/noot-noot/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NOOT NOOT", "version": "1.1.0", "version_name": "Chips Release", "description": "Replaces swear words with NOOT NOOT.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Andrea Garcia", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "noot.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "swear.json" ] } |