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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/*"
]
}
]
} | |