Hillary Blocker
A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.
什麼是Hillary Blocker?
Hillary Blocker是由NetLingo開發的Chrome擴展程式,該擴展的主要功能是“A filter that removes Hillary Clinton from webpages and filters/removes Hillary Clinton from Facebook and Youtube.”。
擴展截圖
下載Hillary Blocker擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | kiblhkcoiojbdhhnjaekompfecgelfja |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |