Smart Repeat

Repeat YouTube videos from any point in time

什么是Smart Repeat?

Smart Repeat是由OldGen Software开发的Chrome扩展程序,该扩展的主要功能是“Repeat YouTube videos from any point in time”。

下载Smart Repeat扩展crx文件

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

扩展使用说明

                        You can repeat youtube from any point in time. :D                    

扩展基本信息

名称 Smart Repeat Smart Repeat
ID cbafpldbkgamhfbggmdnjfmglcjaeldb
官方URL https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb
简介 Repeat YouTube videos from any point in time
文件大小 18.32 KB
安装次数 25
当前版本 1.33.7
更新时间 2013-08-07
上架时间 2013-08-07
评分 1.00/5 共2次评分
开发者 OldGen Software
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Repeat",
    "content_scripts": [
        {
            "js": [
                "smartrepeat.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Repeat YouTube videos from any point in time",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.33.7",
    "manifest_version": 2
}