SiteBlock

Block sites to discourage procrastination

Apa itu SiteBlock?

SiteBlock adalah ekstensi Chrome yang dikembangkan oleh Costa, dan fitur utamanya adalah "Block sites to discourage procrastination".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SiteBlock

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

                        Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock.

Set the list of sites in the Extension Options. Access it through the Chrome menu, under  More Tools -> Extensions -> SiteBlock -> Details -> Extension Options. 

Changelog:
  - 0.2.4 - code reorganize by Sapronov Alex 
  - 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome                    

Informasi Dasar Ekstensi

Nama SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
URL Resmi https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
Deskripsi Block sites to discourage procrastination
Ukuran File 31.85 KB
Jumlah Instalasi 98,836
Versi Saat Ini 0.2.4
Terakhir Diperbarui 2020-11-21
Tanggal Publikasi 2018-10-04
Penilaian 4.34/5 Total 911 Penilaian
Pengembang Costa
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/csapuntz/siteblock
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteBlock",
    "version": "0.2.4",
    "description": "Block sites to discourage procrastination",
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}