NOOT NOOT
Replaces swear words with NOOT NOOT.
Co to jest NOOT NOOT?
NOOT NOOT to rozszerzenie Chrome opracowane przez anodium, a jego główną funkcją jest „Replaces swear words with NOOT NOOT.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NOOT NOOT
Pobierz pliki rozszerzeń NOOT NOOT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pefpfonanmllmikkgkcibbmijobflocb |
| Oficjalny URL | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
| Opis | Replaces swear words with NOOT NOOT. |
| Rozmiar pliku | 22.27 KB |
| Liczba instalacji | 134 |
| Aktualna Wersja | Chips Release |
| Ostatnia Aktualizacja | 2016-09-13 |
| Data Publikacji | 2016-09-13 |
| Ocena | 4.30/5 Łącznie 20 Oceny |
| Deweloper | anodium |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/anodium/noot-noot |
| Adres URL Strony Pomocy | https://github.com/anodium/noot-noot/issues |
| Obsługiwane Języki | 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"
]
} | |