Blokr

Block websites with defined schedule

Apa itu Blokr?

Blokr adalah ekstensi Chrome yang dikembangkan oleh destinerx, dan fitur utamanya adalah "Block websites with defined schedule".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Blokr

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

                        Blokr is simple and efficient site blocker. It lets you to block websites like Facebook or Youtube while you working.

Start by defining your working schedule and list of sites that you want to block. Once you done, Blokr will take care of everything else.

While you work, Blokr will block distraction sites and help you to stay focused. Once your working day is over, you can visit any site as much as you want again.

If you need a little rest, you can unblock specific site for a short period of time.

Blokr is an open source project. Here's the link to the GitHub repo: https://github.com/Destiner/Blokr                    

Informasi Dasar Ekstensi

Nama Blokr Blokr
ID ajaidphlbgpeeflapmaaalelkonbpoli
URL Resmi https://chrome.google.com/webstore/detail/blokr/ajaidphlbgpeeflapmaaalelkonbpoli
Deskripsi Block websites with defined schedule
Ukuran File 131 KB
Jumlah Instalasi 200
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-12-01
Tanggal Publikasi 2017-12-01
Penilaian 2.00/5 Total 4 Penilaian
Pengembang destinerx
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blokr",
    "description": "Block websites with defined schedule",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}