Block News Websites

Blocks access to distracting News Websites to focus on your task

Cos'è Block News Websites?

Block News Websites è un'estensione di Chrome sviluppata da Aditya, e la sua funzione principale è "Blocks access to distracting News Websites to focus on your task".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Block News Websites

Scarica i file di estensione Block News Websites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Block News Websites Block News Websites
ID jfogekncgajjiipekhdoggechclejdph
URL Ufficiale https://chromewebstore.google.com/detail/block-news-websites/jfogekncgajjiipekhdoggechclejdph
Descrizione Blocks access to distracting News Websites to focus on your task
Dimensione del File 57.71 KB
Conteggio Installazioni 264
Versione Corrente 1.3
Ultimo Aggiornamento 2023-02-09
Data di Pubblicazione 2022-01-07
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Aditya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}