Redacted
Redacted -
ما هو Redacted؟
Redacted هو إضافة Chrome تم تطويرها بواسطة https://jamestomasino.com، والميزة الرئيسية لها هي "Redacted -".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redacted
قم بتنزيل ملفات الامتداد Redacted بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms. Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.
معلومات أساسية عن التمديد
الاسم | Redacted |
ID | bgfkfggjjpdconmpcdnenfffaeelhdom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom |
الوصف | Redacted - |
حجم الملف | 59.78 KB |
عدد التثبيتات | 378 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2016-03-06 |
تاريخ النشر | 2016-03-05 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://jamestomasino.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jamestomasino/redacted |
عنوان صفحة المساعدة | https://github.com/jamestomasino/redacted/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "author": "James Tomasino", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Redacted", "default_icon": "icon128.png", "default_title": "Redacted" }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Redacted - ", "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Redacted", "offline_enabled": true, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ], "short_name": "Redacted", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "web_accessible_resources": [ "fonts\/redacted-regular.eot", "fonts\/redacted-regular.svg", "fonts\/redacted-regular.ttf", "fonts\/redacted-regular.woff", "fonts\/redacted-regular.woff2" ] } |