Hillary Filter & Jeb Filter: All In 1
A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.
ما هو Hillary Filter & Jeb Filter: All In 1؟
Hillary Filter & Jeb Filter: All In 1 هو إضافة Chrome تم تطويرها بواسطة NetLingo، والميزة الرئيسية لها هي "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hillary Filter & Jeb Filter: All In 1
قم بتنزيل ملفات الامتداد Hillary Filter & Jeb Filter: All In 1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gently filter and remove Hillary Clinton, Bill Clinton, Chelsea Clinton, Jeb Bush, George W Bush, and George HW Bush from all webpages and facebook posts.
Also see our standalone Hillary Blocker by going to the "Related" tab. معلومات أساسية عن التمديد
| الاسم | |
| ID | ganjpdgggbabchcbbchdedladlcnnkop |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hillary-filter-jeb-filter/ganjpdgggbabchcbbchdedladlcnnkop |
| الوصف | A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube. |
| حجم الملف | 91.1 KB |
| عدد التثبيتات | 11 |
| النسخة الحالية | 1.5 |
| آخر تحديث | 2016-01-16 |
| تاريخ النشر | 2016-01-15 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | NetLingo |
| نوع الدفع | free |
| موقع الإضافة | http://bushclintonfilter.blogspot.com/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hillary Filter & Jeb Filter: All In 1",
"description": "A filter that removes most Bush & Clinton references in webpages, and also filters any Bush or Clinton from Facebook and Youtube.",
"version": "1.5",
"permissions": [
"https:\/\/secure.flickr.com\/",
"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:\/\/*\/*"
]
}
]
} | |