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