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
电子邮箱 [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..."
}