Site Blocker

Stay focused and let block site automatically blocks websites of your choice.

Apa itu Site Blocker?

Site Blocker adalah ekstensi Chrome yang dikembangkan oleh GVM Technologies, dan fitur utamanya adalah "Stay focused and let block site automatically blocks websites of your choice.".

Unduh Berkas CRX Ekstensi Site Blocker

Unduh file ekstensi Site 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

                                            

Informasi Dasar Ekstensi

Nama Site Blocker Site Blocker
ID mfmleebemfdblbhbnobhbnofaoapnijo
URL Resmi https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo
Deskripsi Stay focused and let block site automatically blocks websites of your choice.
Ukuran File 242 KB
Jumlah Instalasi 66
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-01-10
Tanggal Publikasi 2018-01-10
Penilaian 2.00/5 Total 1 Penilaian
Pengembang GVM Technologies
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Stay focused and let block site automatically blocks websites of your choice.",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/lib\/jquery-3.2.1.min.js",
            "assets\/js\/lib\/constant.js",
            "assets\/js\/service\/blockedUrlsService.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_popup": "view\/login.html",
        "default_title": "Site Blocker"
    }
}