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
Eメール [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"
            ]
        }
    ]
}