Auto Replay for YouTube™

Enables automatic replay of a YouTube™ video or a part of it...

Auto Replay for YouTube™とは何ですか?

Auto Replay for YouTube™はhttp://www.ezlooper.comによって開発されたChromeの拡張機能で、その主な機能は「Enables automatic replay of a YouTube™ video or a part of it...」です。

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

screenshot
screenshot
screenshot

Auto Replay for YouTube™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds a Replay button to YouTube™, allowing you to loop the video clip.

Replay and share your loops using the built-in EZ Looper integration (http://www.ezlooper.com) 

Excellent for musicians: Loop to practice on a specific part of a song...

Notes

* I've integrated between the addon and EZ Looper (http://www.ezlooper.com). Your thoughts and comments are welcome!                    

拡張機能の基本情報

名前 Auto Replay for YouTube™ Auto Replay for YouTube™
ID mcdpnidfhfjfbafmpppcplcejgepadbo
公式URL https://chrome.google.com/webstore/detail/auto-replay-for-youtube/mcdpnidfhfjfbafmpppcplcejgepadbo
説明 Enables automatic replay of a YouTube™ video or a part of it...
ファイルサイズ 60.07 KB
インストール数 20,000
現在のバージョン 3.4
最終更新日 2018-01-31
公開日 2018-01-31
評価 3.94/5 合計 431 レビュー
開発者 http://www.ezlooper.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Replay for YouTube\u2122",
    "manifest_version": 2,
    "version": "3.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "youtubeautoreplay_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "description": "Enables automatic replay of a YouTube\u2122 video or a part of it..."
}