Hillary Blocker
A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
Hillary Blockerคืออะไร?
Hillary Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NetLingo และคุณลักษณะหลักของมันคือ "A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hillary Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Hillary Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gently filter and remove Hillary Clinton from webpages, Facebook, and Youtube. Come find me on Twitter: https://twitter.com/MikeeCarruth
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hillary Blocker |
ID | kiblhkcoiojbdhhnjaekompfecgelfja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hillary-blocker/kiblhkcoiojbdhhnjaekompfecgelfja |
คำอธิบาย | A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube. |
ขนาดไฟล์ | 93.88 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-09-06 |
วันที่เผยแพร่ | 2016-09-05 |
คะแนน | 4.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | NetLingo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hillaryfilter.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hillary Blocker", "description": "A filter that removes Hillary Clinton from webpages and filters\/removes Hillary 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:\/\/*\/*" ] } ] } |