Biased News Boycotter
Automatically replaces all links to biased news sites with archive links
什么是Biased News Boycotter?
Biased News Boycotter是由RiceMerchant开发的Chrome扩展程序,该扩展的主要功能是“Automatically replaces all links to biased news sites with archive links”。
扩展截图
下载Biased News Boycotter扩展crx文件
下载Biased News Boycotter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stop clicking fake/biased news.
Stop rewarding fake/biased news sites with ad revenue.
This extension will replace all links to them with archive links. 扩展基本信息
| 名称 | |
| ID | cdcdbkamgfoecfogbikdpfaadadjhhaj |
| 官方URL | https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj |
| 简介 | Automatically replaces all links to biased news sites with archive links |
| 文件大小 | 45.95 KB |
| 安装次数 | 359 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2017-03-01 |
| 上架时间 | 2017-03-01 |
| 评分 | 4.92/5 共12次评分 |
| 开发者 | RiceMerchant |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Biased News Boycotter",
"version": "1.0.2",
"manifest_version": 2,
"description": "Automatically replaces all links to biased news sites with archive links",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/left.js",
"js\/right.js",
"js\/util.js",
"main.js"
],
"run_at": "document_end",
"all_frames": true
}
]
} | |