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 |
| 官方URL | 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:\/\/*\/*"
]
} | |