NOOT NOOT
Replaces swear words with NOOT NOOT.
Wat is NOOT NOOT?
NOOT NOOT is een Chrome-extensie ontwikkeld door anodium, en de belangrijkste functie is "Replaces swear words with NOOT NOOT.".
Extensie Screenshots
Download het CRX-bestand van de extensie NOOT NOOT
Download NOOT NOOT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward. Basisinformatie over de Extensie
| Naam | |
| ID | pefpfonanmllmikkgkcibbmijobflocb |
| Officiële URL | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
| Beschrijving | Replaces swear words with NOOT NOOT. |
| Bestandsgrootte | 22.27 KB |
| Aantal Installaties | 134 |
| Huidige Versie | Chips Release |
| Laatst Bijgewerkt | 2016-09-13 |
| Publicatiedatum | 2016-09-13 |
| Beoordeling | 4.30/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | anodium |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/anodium/noot-noot |
| Help Pagina-URL | https://github.com/anodium/noot-noot/issues |
| Ondersteunde Talen | 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"
]
} | |