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…

Vad är No Procrastination?

No Procrastination är en Chrome-tillägg utvecklad av Nikhil Parekh, och dess huvudfunktion är "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Tilläggsskärmbilder

screenshot

Ladda ner No Procrastination-förlängningens CRX-fil

Ladda ner No Procrastination-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
Officiell webbadress https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
Beskrivning An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
Filstorlek 9.92 KB
Antal Installationer 38
Aktuell Version 1.0
Senast Uppdaterad 2021-10-22
Publiceringsdatum 2021-10-20
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Nikhil Parekh
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}