BlockThis - The Lightweight Website Blocker

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

Apa itu BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker adalah ekstensi Chrome yang dikembangkan oleh Luka Momcilovic, dan fitur utamanya adalah "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BlockThis - The Lightweight Website Blocker

Unduh file ekstensi BlockThis - The Lightweight Website Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
URL Resmi https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Deskripsi A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Ukuran File 214 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-14
Tanggal Publikasi 2020-04-12
Pengembang Luka Momcilovic
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/undetectableadblocker/start
Bahasa yang Didukung 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"
    ]
}