Web for Children
This extension removes Profanity words from entire web.
ما هو Web for Children؟
Web for Children هو إضافة Chrome تم تطويرها بواسطة 3rd Eye Lab، والميزة الرئيسية لها هي "This extension removes Profanity words from entire web.".
تحميل ملف CRX للإضافة Web for Children
قم بتنزيل ملفات الامتداد Web for Children بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.
معلومات أساسية عن التمديد
الاسم | Web for Children |
ID | oehoakcpgdmcplagafjlcnfnbagclcpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg |
الوصف | This extension removes Profanity words from entire web. |
حجم الملف | 47.8 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-08-04 |
تاريخ النشر | 2014-08-04 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | 3rd Eye Lab |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web for Children", "description": "This extension removes Profanity words from entire web.", "version": "1.0", "author": "3rd Eye Lab", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.7.2.min.js", "profanityFilter.js", "contentScript.js" ] } ] } |