Block News Websites

Blocks access to distracting News Websites to focus on your task

Was ist Block News Websites?

Block News Websites ist eine Chrome-Erweiterung, die von Aditya entwickelt wurde, und ihr Hauptmerkmal ist "Blocks access to distracting News Websites to focus on your task".

Erweiterungsscreenshots

Block News Websites-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block News Websites-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Block News Websites Block News Websites
ID jfogekncgajjiipekhdoggechclejdph
Offizielle URL https://chromewebstore.google.com/detail/block-news-websites/jfogekncgajjiipekhdoggechclejdph
Beschreibung Blocks access to distracting News Websites to focus on your task
Dateigröße 57.71 KB
Installationsanzahl 264
Aktuelle Version 1.3
Letztes Update 2023-02-09
Veröffentlichungsdatum 2022-01-07
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler Aditya
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}