BlockThis - The Lightweight Website Blocker

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

Was ist BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker ist eine Chrome-Erweiterung, die von Luka Momcilovic entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Erweiterungsscreenshots

screenshot
screenshot

BlockThis - The Lightweight Website Blocker-Erweiterungs-CRX-Datei herunterladen

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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
Offizielle URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Beschreibung A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Dateigröße 214 KB
Installationsanzahl 35
Aktuelle Version 1.0
Letztes Update 2020-04-14
Veröffentlichungsdatum 2020-04-12
Entwickler Luka Momcilovic
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/undetectableadblocker/start
Unterstützte Sprachen 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"
    ]
}