BlockThis - The Lightweight Website Blocker

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

Cos'è BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker è un'estensione di Chrome sviluppata da Luka Momcilovic, e la sua funzione principale è "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BlockThis - The Lightweight Website Blocker

Scarica i file di estensione BlockThis - The Lightweight Website Blocker 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

                        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.                    

Informazioni di Base sull'Estensione

Nome BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
URL Ufficiale https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Descrizione A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Dimensione del File 214 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-14
Data di Pubblicazione 2020-04-12
Sviluppatore Luka Momcilovic
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/undetectableadblocker/start
Lingue Supportate 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"
    ]
}