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"
拡張機能の基本情報
名前 | Fascist Rag Be Gone |
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" } ] } |