Edited-for-TV-ifier
The only Chrome Extension with the guts to clean up the internet
ما هو Edited-for-TV-ifier؟
Edited-for-TV-ifier هو إضافة Chrome تم تطويرها بواسطة kidcompassion، والميزة الرئيسية لها هي "The only Chrome Extension with the guts to clean up the internet".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edited-for-TV-ifier
قم بتنزيل ملفات الامتداد Edited-for-TV-ifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This application filters through the contents of a page and swaps out curse words for cleaned-up version, like you might see in a film that's been edited for TV.
معلومات أساسية عن التمديد
الاسم | |
ID | jabkjnfbhckinocelddncngiddokimkp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp |
الوصف | The only Chrome Extension with the guts to clean up the internet |
حجم الملف | 7.58 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-09-09 |
تاريخ النشر | 2013-09-09 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | kidcompassion |
نوع الدفع | free |
موقع الإضافة | http://sallypoulsen.com/edited-for-tv-ifier/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edited-for-TV-ifier", "version": "0.1", "permissions": [ "tabs", "http:\/\/*\/*" ], "description": "The only Chrome Extension with the guts to clean up the internet", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "web_accessible_resources": [ "background.js" ] } |