Fascist Rag Be Gone
Gives you something better in place of a crappy 'news' site
什么是Fascist Rag Be Gone?
Fascist Rag Be Gone是由https://www.symbollix.org开发的Chrome扩展程序,该扩展的主要功能是“Gives you something better in place of a crappy 'news' site”。
扩展截图
下载Fascist Rag Be Gone扩展crx文件
下载Fascist Rag Be Gone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever mistakenly click on a Daily Mail link and kinda hate yourself for it?
Well this little extension will intercept those mistakes and present you with something far more important, inspiring and news-worth than you're ever going to find on that awful site; namely "James Baxter the Horse" 扩展基本信息
| 名称 | |
| ID | dbjikbcblnkekheiemjbbamghdbklaen |
| 官方URL | https://chromewebstore.google.com/detail/fascist-rag-be-gone/dbjikbcblnkekheiemjbbamghdbklaen |
| 简介 | Gives you something better in place of a crappy 'news' site |
| 文件大小 | 3 MB |
| 安装次数 | 32 |
| 当前版本 | 1.2 |
| 更新时间 | 2014-03-30 |
| 上架时间 | 2014-03-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.symbollix.org |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fascist Rag Be Gone",
"version": "1.2",
"description": "Gives you something better in place of a crappy 'news' site",
"web_accessible_resources": [
"assets\/*.*",
"js\/*.*",
"css\/*.*",
"index.html"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dailymail.co.uk\/*"
],
"js": [
"js\/external.js",
"js\/app.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_start"
}
]
} | |