Auto Replay - Looper for YouTube™

Automatically replay, repeats your favorite YouTube video.

什么是Auto Replay - Looper for YouTube™?

Auto Replay - Looper for YouTube™是由Download Manager开发的Chrome扩展程序,该扩展的主要功能是“Automatically replay, repeats your favorite YouTube video.”。

扩展截图

screenshot
screenshot

下载Auto Replay - Looper for YouTube™扩展crx文件

下载Auto Replay - Looper for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto replay for Youtube. Repeat infinitely your favorite video                    

扩展基本信息

名称 Auto Replay - Looper for YouTube™ Auto Replay - Looper for YouTube™
ID aniinijjlicmolpeohhlojkgjacpfjdc
官方URL https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc
简介 Automatically replay, repeats your favorite YouTube video.
文件大小 80.75 KB
安装次数 177
当前版本 0.1.5
更新时间 2017-10-28
上架时间 2017-10-28
评分 4.25/5 共4次评分
开发者 Download Manager
付费类型 free
隐私政策页面URL https://addonbrowser.com/privacy
支持的语言 en
manifest.json
{
    "version": "0.1.5",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "short_name": "looperforyoutube",
    "name": "Auto Replay - Looper for YouTube\u2122",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Automatically replay, repeats your favorite YouTube video.",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Auto Replay for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}