BLOCK CLOCK

When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.

Apa itu BLOCK CLOCK?

BLOCK CLOCK adalah ekstensi Chrome yang dikembangkan oleh https://tech-portfolio.org/block_clock, dan fitur utamanya adalah "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BLOCK CLOCK

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

                        When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS(Twitte,Facebook,Instagram,Amazon,Youtube...etc).

ソーシャルメディアを25分間ブロックするクローム拡張です!TwitterやFacebookやInstagramからあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!                    

Informasi Dasar Ekstensi

Nama BLOCK CLOCK BLOCK CLOCK
ID dpaphncmnicljlnlohmebcedbfiodhck
URL Resmi https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck
Deskripsi When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
Ukuran File 2.47 MB
Jumlah Instalasi 218
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-04-04
Tanggal Publikasi 2019-03-08
Penilaian 4.86/5 Total 7 Penilaian
Pengembang https://tech-portfolio.org/block_clock
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tech-portfolio.org/block_clock/
URL Halaman Bantuan https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform
URL Halaman Kebijakan Privasi https://the-bingo.jp/view/rules.html
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.7",
    "name": "BLOCK CLOCK",
    "description": "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.",
    "browser_action": {
        "default_icon": "\/image\/25_icon.png",
        "default_title": "Concentration 25minutes.",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/image\/25_icon.png"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/push.min.js",
            "\/assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "alarms",
        "tabs",
        "notifications"
    ]
}