ClickbaitBlock
blocks you from going to a clickbait site!
什麼是ClickbaitBlock?
ClickbaitBlock是由Tiago Medeiros開發的Chrome擴展程式,該擴展的主要功能是“blocks you from going to a clickbait site!”。
擴展截圖
下載ClickbaitBlock擴展crx文件
下載ClickbaitBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blocks your from going into clickbait sites.
See this for more information on clickbait : https://en.wikipedia.org/wiki/Clickbait
This Plugin is open-sourced under the GPLV2 License : https://github.com/medeirosT/clickbaitblock
Any suggestions welcome!
Last update from Github : February 5th, 2016 擴展基本資訊
| 名稱 | |
| ID | mdgogalcfajbonaaalomfjhmmkpoaihm |
| 官方網址 | https://chromewebstore.google.com/detail/clickbaitblock/mdgogalcfajbonaaalomfjhmmkpoaihm |
| 簡介 | blocks you from going to a clickbait site! |
| 檔案大小 | 23.94 KB |
| 安裝次數 | 225 |
| 目前版本 | 0.0.12 |
| 更新時間 | 2016-02-05 |
| 上架時間 | 2016-02-04 |
| 評分 | 3.80/5 共 5 次評分 |
| 開發者 | Tiago Medeiros |
| 付費類型 | free |
| 擴展官網 | https://github.com/medeirosT/clickbaitblock |
| 支援的語言 | en,en-GB,en-US,pt-PT |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ClickbaitBlock",
"version": "0.0.12",
"manifest_version": 2,
"description": "blocks you from going to a clickbait site!",
"homepage_url": "http:\/\/github.com\/medeirost",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"offline_enabled": false,
"background": {
"scripts": [
"js\/list.js",
"js\/background.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |