Block News Websites

Blocks access to distracting News Websites to focus on your task

What is Block News Websites?

Block News Websites is a Chrome extension developed by Aditya, and its main feature is "Blocks access to distracting News Websites to focus on your task".

Extension Screenshots

Download Block News Websites Extension CRX File

Download Block News Websites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Block News Websites Block News Websites
ID jfogekncgajjiipekhdoggechclejdph
Official URL https://chromewebstore.google.com/detail/block-news-websites/jfogekncgajjiipekhdoggechclejdph
Description Blocks access to distracting News Websites to focus on your task
File Size 57.71 KB
Installation Count 264
Current Version 1.3
Last Updated 2023-02-09
Publish Date 2022-01-07
Rating 3.67/5 Total 6 Ratings
Developer Aditya
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}