No Procrastination

An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…

Apa itu No Procrastination?

No Procrastination adalah ekstensi Chrome yang dikembangkan oleh Nikhil Parekh, dan fitur utamanya adalah "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Procrastination

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

                        An Extension which will help you to focus on work or study by block social media and youtube website.

This Extension will improve your productivity and once your work is done you can easily turn off the plug in and enjoy your reward (unless scroll on social media)                    

Informasi Dasar Ekstensi

Nama No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
URL Resmi https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
Deskripsi An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
Ukuran File 9.92 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-10-22
Tanggal Publikasi 2021-10-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Nikhil Parekh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Procrastination",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "lazy.png",
        "default_title": "No Procrastination"
    },
    "icons": {
        "128": "lazy.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.twitter.com\/*"
    ]
}