Brandacted
This extension redacts brand names from most web content, unless I messed something up.
ما هو Brandacted؟
Brandacted هو إضافة Chrome تم تطويرها بواسطة joeveix، والميزة الرئيسية لها هي "This extension redacts brand names from most web content, unless I messed something up.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Brandacted
قم بتنزيل ملفات الامتداد Brandacted بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Brandacted takes a list of ~200 brands and replaces them with █████████████ because ██████████ and ███████████████████████████.
معلومات أساسية عن التمديد
الاسم | |
ID | oaeccdidhldlcoepbmaohcdflaeaokjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/brandacted/oaeccdidhldlcoepbmaohcdflaeaokjh |
الوصف | This extension redacts brand names from most web content, unless I messed something up. |
حجم الملف | 23.32 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-06-18 |
تاريخ النشر | 2015-06-18 |
المطور | joeveix |
نوع الدفع | free |
موقع الإضافة | http://www.twitter.com/joeveix |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brandacted", "description": "This extension redacts brand names from most web content, unless I messed something up.", "version": "1.0", "browser_action": { "default_icon": "icon16.png", "default_title": "Click here to redact brands." }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |