BlockThis - The Lightweight Website Blocker

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

Wat is BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker is een Chrome-extensie ontwikkeld door Luka Momcilovic, en de belangrijkste functie is "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BlockThis - The Lightweight Website Blocker

Download BlockThis - The Lightweight Website Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
Officiële URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Beschrijving A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Bestandsgrootte 214 KB
Aantal Installaties 35
Huidige Versie 1.0
Laatst Bijgewerkt 2020-04-14
Publicatiedatum 2020-04-12
Ontwikkelaar Luka Momcilovic
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/undetectableadblocker/start
Ondersteunde Talen 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"
    ]
}