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
官方網址 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
電子郵箱 [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..."
}