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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | 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:\/\/*\/*" ] } ] } |