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…

什麼是No Procrastination?

No Procrastination是由Nikhil Parekh開發的Chrome擴展程式,該擴展的主要功能是“An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…”。

擴展截圖

screenshot

下載No Procrastination擴展crx文件

下載No Procrastination擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
官方網址 https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
簡介 An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
檔案大小 9.92 KB
安裝次數 38
目前版本 1.0
更新時間 2021-10-22
上架時間 2021-10-20
評分 5.00/5 共 4 次評分
開發者 Nikhil Parekh
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}