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.
拡張機能の基本情報
名前 | Biased News Boycotter |
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 } ] } |