EarMuffs
EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.
Co to jest EarMuffs?
EarMuffs to rozszerzenie Chrome opracowane przez designcouch, a jego główną funkcją jest „EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EarMuffs
Pobierz pliki rozszerzeń EarMuffs 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
Podstawowe informacje o rozszerzeniu
Nazwa | EarMuffs |
ID | dpadaelgpnkkgkkjepdnibeehagbahmf |
Oficjalny URL | https://chromewebstore.google.com/detail/earmuffs/dpadaelgpnkkgkkjepdnibeehagbahmf |
Opis | EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language. |
Rozmiar pliku | 118 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2014-09-04 |
Data Publikacji | 2014-09-04 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | designcouch |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EarMuffs", "version": "0.1", "homepage_url": "http:\/\/www.designcouch.com", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.", "browser_action": { "name": "EarMuffs" }, "content_scripts": [ { "js": [ "jquery.min.js", "profanity.js" ], "css": [ "profanity.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |