NOOT NOOT
Replaces swear words with NOOT NOOT.
Was ist NOOT NOOT?
NOOT NOOT ist eine Chrome-Erweiterung, die von anodium entwickelt wurde, und ihr Hauptmerkmal ist "Replaces swear words with NOOT NOOT.".
Erweiterungsscreenshots
NOOT NOOT-Erweiterungs-CRX-Datei herunterladen
Laden Sie NOOT NOOT-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
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pefpfonanmllmikkgkcibbmijobflocb |
| Offizielle URL | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
| Beschreibung | Replaces swear words with NOOT NOOT. |
| Dateigröße | 22.27 KB |
| Installationsanzahl | 134 |
| Aktuelle Version | Chips Release |
| Letztes Update | 2016-09-13 |
| Veröffentlichungsdatum | 2016-09-13 |
| Bewertung | 4.30/5 Insgesamt 20 Bewertungen |
| Entwickler | anodium |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/anodium/noot-noot |
| Hilfeseite URL | https://github.com/anodium/noot-noot/issues |
| Unterstützte Sprachen | 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"
]
} | |