Repeat Youtube

Repeat Youtube videos on the main page

Repeat Youtubeとは何ですか?

Repeat Youtubeはhttp://jaero.spaceによって開発されたChromeの拡張機能で、その主な機能は「Repeat Youtube videos on the main page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Repeats youtube videos on the main page!                    

拡張機能の基本情報

名前 Repeat Youtube Repeat Youtube
ID medknpmalhljhifghnoeilochoaohilg
公式URL https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg
説明 Repeat Youtube videos on the main page
ファイルサイズ 26.72 KB
インストール数 711
現在のバージョン 1.0.2
最終更新日 2015-12-02
公開日 2015-12-02
評価 3.95/5 合計 22 レビュー
開発者 http://jaero.space
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeat Youtube",
    "description": "Repeat Youtube videos on the main page",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*\/",
        "https:\/\/www.youtube.com\/*\/"
    ],
    "icons": {
        "16": "icons\/on_icon16.png",
        "48": "icons\/on_icon48.png",
        "128": "icons\/on_icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}