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
Eメール [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\/*"
    ]
}