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
官方網址 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
}