Procrastination Blocker

Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…

Apa itu Procrastination Blocker?

Procrastination Blocker adalah ekstensi Chrome yang dikembangkan oleh machadop1407, dan fitur utamanya adalah "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Procrastination Blocker

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

                        Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix. If they want to turn off the blocker, they can do it by going to the "manage extensions" section and switching the toggle off.                    

Informasi Dasar Ekstensi

Nama Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
URL Resmi https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Deskripsi Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Ukuran File 16.92 KB
Jumlah Instalasi 114
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2020-11-26
Tanggal Publikasi 2020-08-25
Pengembang machadop1407
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastination Blocker",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "Popup.html",
        "default_title": "Procrastination Blocker"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}