Biased News Boycotter
Automatically replaces all links to biased news sites with archive links
Biased News Boycotter là gì?
Biased News Boycotter là một tiện ích mở rộng Chrome được phát triển bởi RiceMerchant, và tính năng chính của nó là "Automatically replaces all links to biased news sites with archive links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Biased News Boycotter
Tải xuống các tệp mở rộng Biased News Boycotter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Biased News Boycotter |
ID | cdcdbkamgfoecfogbikdpfaadadjhhaj |
URL Chính Thức | https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj |
Mô tả | Automatically replaces all links to biased news sites with archive links |
Kích Thước Tệp | 45.95 KB |
Số Lần Cài Đặt | 359 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-03-01 |
Ngày Phát Hành | 2017-03-01 |
Đánh Giá | 4.92/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | RiceMerchant |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |