Website blocker

The extension help lock harmful website and panic with 1000 times

Apa itu Website blocker?

Website blocker adalah ekstensi Chrome yang dikembangkan oleh http://mydeveloper.info, dan fitur utamanya adalah "The extension help lock harmful website and panic with 1000 times".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Website blocker

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

                        This extension help block website with many benefits:

- Easy to use.
- Block children access harmful website.
- Prevent yourself access website you don't want in the future.
- Warning 1000 times.                    

Informasi Dasar Ekstensi

Nama Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
URL Resmi https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Deskripsi The extension help lock harmful website and panic with 1000 times
Ukuran File 9.04 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2017-12-05
Tanggal Publikasi 2017-12-05
Penilaian 3.25/5 Total 12 Penilaian
Pengembang http://mydeveloper.info
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://mydeveloper.info
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website blocker",
    "version": "1.0.3",
    "description": "The extension help lock harmful website and panic with 1000 times",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/images\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/extension.js"
        ]
    },
    "author": "tuanphpvn",
    "minimum_chrome_version": "23.0",
    "homepage_url": "https:\/\/mydeveloper.info"
}