Biased News Boycotter
Automatically replaces all links to biased news sites with archive links
ما هو Biased News Boycotter؟
Biased News Boycotter هو إضافة Chrome تم تطويرها بواسطة RiceMerchant، والميزة الرئيسية لها هي "Automatically replaces all links to biased news sites with archive links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Biased News Boycotter
قم بتنزيل ملفات الامتداد Biased News Boycotter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } ] } |