RepeatIt

Repeat YouTube video as you want

RepeatItとは何ですか?

RepeatItはdohoangkhiemによって開発されたChromeの拡張機能で、その主な機能は「Repeat YouTube video as you want」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Repeat video playing in Youtube so easily. No need to use YouRepeat or other techniques anymore. Just repeat it and enjoy it!

** How to use **
By installing the extension, everytime you watch a Youtube video a small RepeatIt icon (repeat circle) will be visible at right of your address bar (near the bookmark star icon). Click to RepeatIt icon to enable current video repeating (icon will turn to blue), click again to disable repeating (icon backs to normal state).

For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!                    

拡張機能の基本情報

名前 RepeatIt RepeatIt
ID okkcjfgcppkjhlgpdeffjooapodgnonf
公式URL https://chrome.google.com/webstore/detail/repeatit/okkcjfgcppkjhlgpdeffjooapodgnonf
説明 Repeat YouTube video as you want
ファイルサイズ 68.55 KB
インストール数 40
現在のバージョン 1.2.2
最終更新日 2014-11-05
公開日 2014-11-05
評価 4.00/5 合計 1 レビュー
開発者 dohoangkhiem
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RepeatIt",
    "version": "1.2.2",
    "description": "Repeat YouTube video as you want",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icons\/repeat-19.png",
        "default_title": "Repeat Youtube video with RepeatIt!"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "19": "icons\/repeat-19.png",
        "48": "icons\/repeat-48.png",
        "128": "icons\/repeat-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js"
            ]
        }
    ],
    "manifest_version": 2
}