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
官方URL 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\/*"
    ]
}