Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Simple Youtube Repeaterとは何ですか?

Simple Youtube Repeaterはkennethdevelによって開発されたChromeの拡張機能で、その主な機能は「Simply click the repeat button to make the Youtube video automatically repeat.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Simple Youtube Repeater拡張機能のCRXファイルをダウンロード

Simple Youtube Repeater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simply click the repeat button to make the video automatically repeat.                    

拡張機能の基本情報

名前 Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
公式URL https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
説明 Simply click the repeat button to make the Youtube video automatically repeat.
ファイルサイズ 15.46 KB
インストール数 694
現在のバージョン 3.0
最終更新日 2016-06-13
公開日 2016-06-13
評価 4.29/5 合計 7 レビュー
開発者 kennethdevel
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}