BlockThis - The Lightweight Website Blocker

A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.

Hvad er BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker er en Chrome-udvidelse udviklet af Luka Momcilovic, og dens hovedfunktion er "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download BlockThis - The Lightweight Website Blocker-udvidelses-CRX-fil

Download BlockThis - The Lightweight Website Blocker-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

                        A lightweight website-blocker for Chrome that's clean, simple and efficient. 

Bugs and tips can be posted in the comments section on the extension page.                    

Grundlæggende oplysninger om udvidelsen

Navn BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
Officiel URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Beskrivelse A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Filstørrelse 214 KB
Antal Installationer 35
Nuværende Version 1.0
Senest Opdateret 2020-04-14
Udgivelsesdato 2020-04-12
Udvikler Luka Momcilovic
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/undetectableadblocker/start
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockThis - The Lightweight Website Blocker",
    "version": "1.0",
    "description": "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.",
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/blocked.html",
        "\/load.js"
    ]
}