Block News Websites

Blocks access to distracting News Websites to focus on your task

Hvad er Block News Websites?

Block News Websites er en Chrome-udvidelse udviklet af Aditya, og dens hovedfunktion er "Blocks access to distracting News Websites to focus on your task".

Udvidelsesskærmbilleder

Download Block News Websites-udvidelses-CRX-fil

Download Block News Websites-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Block News Websites Block News Websites
ID jfogekncgajjiipekhdoggechclejdph
Officiel URL https://chromewebstore.google.com/detail/block-news-websites/jfogekncgajjiipekhdoggechclejdph
Beskrivelse Blocks access to distracting News Websites to focus on your task
Filstørrelse 57.71 KB
Antal Installationer 264
Nuværende Version 1.3
Senest Opdateret 2023-02-09
Udgivelsesdato 2022-01-07
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Aditya
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}