Safe Words
Takes out bad words from all your webpages
Cos'è Safe Words?
Safe Words è un'estensione di Chrome sviluppata da a young programmer, e la sua funzione principale è "Takes out bad words from all your webpages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Safe Words
Scarica i file di estensione Safe Words 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
The best open source Chrome extension for profanity filtering and censoring! Tired of seeing stupid YouTube comments? Want to protect your children from bad words on the Internet? Don't want to see obscene, foul or vulgar language? Then this extension is for you! Using a smart algorithm, the extension can filter/censor out 99% of bad words quite efficiently. For example: Asses, asssss => censored but assess, firetruck => is not Works on Facebook, Twitter and YouTube!
Informazioni di Base sull'Estensione
Nome | Safe Words |
ID | mncnlkabidgflobdapkgmnlikkiilijj |
URL Ufficiale | https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj |
Descrizione | Takes out bad words from all your webpages |
Dimensione del File | 19.36 KB |
Conteggio Installazioni | 258 |
Versione Corrente | 0.16 |
Ultimo Aggiornamento | 2016-06-24 |
Data di Pubblicazione | 2016-06-24 |
Valutazione | 4.27/5 Totale 15 Valutazioni |
Sviluppatore | a young programmer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safe Words", "version": "0.16", "description": "Takes out bad words from all your webpages", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [], "run_at": "document_end", "all_frames": true, "js": [ "script.js" ] } ] } |