YouTube Auto-Repeat

An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.

什么是YouTube Auto-Repeat?

YouTube Auto-Repeat是由Matei Oprea开发的Chrome扩展程序,该扩展的主要功能是“An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.”。

下载YouTube Auto-Repeat扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 YouTube Auto-Repeat YouTube Auto-Repeat
ID omdpcjbpfcmfmdfnppkmfjoclkhmgada
官方URL https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada
简介 An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
文件大小 20.17 KB
安装次数 72
当前版本 0.0.2
更新时间 2017-06-11
上架时间 2017-06-11
评分 3.47/5 共15次评分
开发者 Matei Oprea
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto-Repeat",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.",
    "homepage_url": "http:\/\/opreamatei.ro",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon19.png"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/refresh.png",
        "icons\/refresh_white.png",
        "icons\/refresh_white_1.png",
        "icons\/refresh_white_infinity.png"
    ]
}