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 |
| 官方網址 | 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"
}
]
} | |