Procrastination Blocker

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

什么是Procrastination Blocker?

Procrastination Blocker是由machadop1407开发的Chrome扩展程序,该扩展的主要功能是“Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…”。

扩展截图

screenshot

下载Procrastination Blocker扩展crx文件

下载Procrastination Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
官方URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
简介 Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
文件大小 16.92 KB
安装次数 114
当前版本 0.1.1
更新时间 2020-11-26
上架时间 2020-08-25
开发者 machadop1407
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}