YT Repeat

Repeats YouTube videos.

什么是YT Repeat?

YT Repeat是由https://antimatter15.com开发的Chrome扩展程序,该扩展的主要功能是“Repeats YouTube videos.”。

扩展截图

screenshot

下载YT Repeat扩展crx文件

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

扩展使用说明

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

扩展基本信息

名称 YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
官方URL https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
简介 Repeats YouTube videos.
文件大小 31.72 KB
安装次数 2,846
当前版本 1.0.3
更新时间 2014-08-20
上架时间 2014-08-19
评分 4.13/5 共89次评分
开发者 https://antimatter15.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://twitter.com/antimatter15
帮助页面URL http://twitter.com/antimatter15
隐私政策页面URL http://projectnaptha.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}