Set timer to watch youtube shorts

Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.

Set timer to watch youtube shortsとは何ですか?

Set timer to watch youtube shortsはprojectcollabxによって開発されたChromeの拡張機能で、その主な機能は「Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.」です。

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

screenshot
screenshot

Set timer to watch youtube shorts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        In this extension we can set timer for watching YouTube shorts, after time is completed the user will be redirected to home page of YouTube and now when the user tries to access YouTube shorts the user will be redirected to home page of YouTube. To watch shorts again the user has to reinitialize the timer. User can only set timer when YouTube is open.
This extension helps users to manage their time by setting a specific time limit for watching YouTube shorts, users can avoid getting lost in endless video loops and focus on other important tasks.                    

拡張機能の基本情報

名前 Set timer to watch youtube shorts Set timer to watch youtube shorts
ID pmnhboombkeplmppfdlicpbndonjjjjm
公式URL https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm
説明 Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
ファイルサイズ 20.92 KB
インストール数 38
現在のバージョン 1.0.0
最終更新日 2023-08-07
公開日 2023-06-06
評価 5.00/5 合計 3 レビュー
開発者 projectcollabx
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set timer to watch youtube shorts",
    "description": "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img_231.png",
        "48": "img_231.png",
        "128": "img_231.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}