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.
Что такое EarMuffs?
EarMuffs - это расширение Chrome, разработанное designcouch, и его основная функция - "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.".
Снимки экрана расширения
Скачать файл CRX расширения EarMuffs
Скачайте файлы расширений EarMuffs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | EarMuffs |
ID | dpadaelgpnkkgkkjepdnibeehagbahmf |
Официальный URL | https://chromewebstore.google.com/detail/earmuffs/dpadaelgpnkkgkkjepdnibeehagbahmf |
Описание | EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language. |
Размер файла | 118 KB |
Количество установок | 44 |
Текущая Версия | 0.1 |
Последнее Обновление | 2014-09-04 |
Дата публикации | 2014-09-04 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | designcouch |
Тип оплаты | free |
Поддерживаемые языки | 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:\/\/*\/*" ] } ] } |