Chrome Censored
Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
Was ist Chrome Censored?
Chrome Censored ist eine Chrome-Erweiterung, die von https://devinyoungweb.com entwickelt wurde, und ihr Hauptmerkmal ist "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.".
Erweiterungsscreenshots
Chrome Censored-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Censored-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bimpoihegbhelhdhbegiifeffngnmhdl |
| Offizielle URL | https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl |
| Beschreibung | Censors inappropriate words/terms on the interweb by filling them in with flowery replacements. |
| Dateigröße | 20.91 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2013-03-28 |
| Veröffentlichungsdatum | 2013-03-28 |
| Bewertung | 2.50/5 Insgesamt 6 Bewertungen |
| Entwickler | https://devinyoungweb.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://devinyoungweb.com/chrome-censored/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Censored",
"manifest_version": 2,
"version": "1.0",
"description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"censored.js"
],
"run_at": "document_end"
}
]
} | |