Block News Websites

Blocks access to distracting News Websites to focus on your task

Block News Websites क्या है?

Block News Websites Aditya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks access to distracting News Websites to focus on your task"।

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

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

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

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

                        News website blocker.

This extension blocks more than 5000 news websites.
When you try to open the tab of any of the blocked news website, this extension will close the tab directly.

This extension blocks many news websites like bbc, nytimes, washington post, cnn, nbc, fox news, etc.

To request addition of any new website, write on the support tab.

Please support the development of free softwares like this 

https://www.buymeacoffee.com/adityaw114                    

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

नाम Block News Websites Block News Websites
ID jfogekncgajjiipekhdoggechclejdph
आधिकारिक URL https://chromewebstore.google.com/detail/block-news-websites/jfogekncgajjiipekhdoggechclejdph
विवरण Blocks access to distracting News Websites to focus on your task
फ़ाइल का आकार 57.71 KB
स्थापना संख्या 264
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-02-09
प्रकाशन तिथि 2022-01-07
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Aditya
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block News Websites",
    "description": "Blocks access to distracting News Websites to focus on your task",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "options.html",
    "host_permissions": [
        "http:\/\/odtotfios-env.eba-uzkyrmzw.us-east-1.elasticbeanstalk.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}