Climate Block

Block sites linked to climate change denial

Climate Block क्या है?

Climate Block GUCK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block sites linked to climate change denial"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Climate Block एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Climate Block is a free Chrome extension for blocking publications linked to climate-change denial, such as all media owned by NewsCorp. Visiting these websites creates revenue for climate change deniers. Can we really afford that?

Install Climate Block now to instantly block these websites and stop the spread of climate change denial. 

★ Easy Customisation
Need to visit a site just once? No problem. Use the “Allow this time” button and hit refresh to view the site. If you want to remove a website permanently from the block list, select ”Always allow this website”, or “Edit Blocked List” to toggle websites on/off. You can find the list of blocked sites in the Climate Block addon preferences.

★ We Respect your Privacy
Climate Block does not track, store, retain or record any of the websites you visit, or your personal data. We only ask permission to see website URL so that Climate Block can operate. 

★ Why these websites?  
The operators of the websites on the Climate Block list are funded, in part, directly or indirectly, by groups that want you to ignore rising sea levels, burning forests and warming oceans. Misinformation about climate change stops us from taking action and preparing for the changes that are already happening. Installing Climate Block means we stop supporting these messages, and stop funding them.
 
Thanks to Wesley Branton for some of the initial code from WebsiteBlocker, @matcarpenter for some of the site list ByeRupert and the Murdoch Blocker list from @emilyapocalypse.                    

एक्सटेंशन की मूल जानकारी

नाम Climate Block Climate Block
ID jifgeeihppamghkhgfmedepgigmhfkgd
आधिकारिक URL https://chromewebstore.google.com/detail/climate-block/jifgeeihppamghkhgfmedepgigmhfkgd
विवरण Block sites linked to climate change denial
फ़ाइल का आकार 81.03 KB
स्थापना संख्या 311
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-02-05
प्रकाशन तिथि 2020-02-05
रेटिंग 4.82/5 कुल 17 रेटिंग्स
डेवलपर GUCK
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.climatefive.com/168-2
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Climate Block",
    "version": "1.0",
    "description": "Block sites linked to climate change denial",
    "author": "GUCK",
    "icons": {
        "16": "icons\/favicon16.png",
        "32": "icons\/favicon32.png",
        "48": "icons\/favicon48.png",
        "96": "icons\/favicon96.png",
        "128": "icons\/favicon128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "sites.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/favicon16.png",
            "32": "icons\/favicon32.png",
            "48": "icons\/favicon48.png",
            "96": "icons\/favicon96.png",
            "128": "icons\/favicon128.png"
        }
    },
    "web_accessible_resources": [
        "\/blocked\/blocked.html"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}