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