Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

Biased News Boycotter क्या है?

Biased News Boycotter RiceMerchant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically replaces all links to biased news sites with archive links"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Biased News Boycotter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
        }
    ]
}