LoopTube

Auto loop the YouTube video

LoopTubeとは何ですか?

LoopTubeはvedha.viyashによって開発されたChromeの拡張機能で、その主な機能は「Auto loop the YouTube video」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Auto loop the YouTube video when it ends. No more click replay buttons again!                    

拡張機能の基本情報

名前 LoopTube LoopTube
ID faaokfideffddckilhbjniccnelnioid
公式URL https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid
説明 Auto loop the YouTube video
ファイルサイズ 10.51 KB
インストール数 75
現在のバージョン 0.0.1
最終更新日 2020-08-18
公開日 2020-08-18
開発者 vedha.viyash
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LoopTube",
    "version": "0.0.1",
    "description": "Auto loop the YouTube video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "youtube.png",
        "48": "youtube.png",
        "128": "youtube.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_title": "Turning this extension on will loop the YouTube video automatically"
    }
}