Stop Watching Youtube

YouTube の視聴時間を制限します

Stop Watching Youtubeとは何ですか?

Stop Watching YoutubeはTeramotoDaikiによって開発されたChromeの拡張機能で、その主な機能は「YouTube の視聴時間を制限します」です。

拡張機能のスクリーンショット

screenshot

Stop Watching Youtube拡張機能のCRXファイルをダウンロード

Stop Watching Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        YouTube を視聴できる時間を制限することができます。まずは、拡張機能のオプションから、視聴して良い時間を設定してください                    

拡張機能の基本情報

名前 Stop Watching Youtube Stop Watching Youtube
ID apijflpiliibpaeafcafebcedpolhnnf
公式URL https://chromewebstore.google.com/detail/stop-watching-youtube/apijflpiliibpaeafcafebcedpolhnnf
説明 YouTube の視聴時間を制限します
ファイルサイズ 12.67 KB
インストール数 1,192
現在のバージョン 1.1
最終更新日 2019-06-18
公開日 2019-06-17
評価 3.67/5 合計 3 レビュー
開発者 TeramotoDaiki
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Watching Youtube",
    "version": "1.1",
    "description": "YouTube \u306e\u8996\u8074\u6642\u9593\u3092\u5236\u9650\u3057\u307e\u3059",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}