Bernie Blocker
Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.
ما هو Bernie Blocker؟
Bernie Blocker هو إضافة Chrome تم تطويرها بواسطة NetLingo، والميزة الرئيسية لها هي "Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bernie Blocker
قم بتنزيل ملفات الامتداد Bernie Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gently filter and remove Bernie Sanders from webpages and from facebook posts.
معلومات أساسية عن التمديد
الاسم | Bernie Blocker |
ID | mcocieadfficfjkppfkeebbelbhalekf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bernie-blocker/mcocieadfficfjkppfkeebbelbhalekf |
الوصف | Removes Bernie Sanders from webpages and filters/removes Bernie Sanders from Facebook and Youtube. |
حجم الملف | 78.4 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.5 |
آخر تحديث | 2016-06-11 |
تاريخ النشر | 2016-06-10 |
تقييم | 4.14/5 مجموع تقييمات 14 |
المطور | NetLingo |
نوع الدفع | free |
موقع الإضافة | http://netlingo.netai.net/#BernieBlocker |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bernie Blocker", "description": "Removes Bernie Sanders from webpages and filters\/removes Bernie Sanders from Facebook and Youtube.", "version": "1.5", "permissions": [ "storage", "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "source\/ytfilter.css" ], "js": [ "source\/jquery-2.1.3.min.js", "source\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |