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