Repeat Button YouTube™

Add a repeat/loop button to loop every YouTube videos you watch.

Repeat Button YouTube™とは何ですか?

Repeat Button YouTube™はAvre Labsによって開発されたChromeの拡張機能で、その主な機能は「Add a repeat/loop button to loop every YouTube videos you watch.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Introducing a sleek mini cute loop button in all your YouTube™ videos!!

Ever wondered why is it so hard to loop your awesome YouTube™ productivity soundtrack, favorite music, and those motivational podcast? Well, so do we! So we create this super lightweight extension (<100 KB) to the rescue! 
Now you don't need to re-open that YouTube tab again to slide back the video again! It is a simple button, but beautiful button. What a new thing for your chrome to boast about!

- Save your precious browsing time.
- Never re-open that YouTube tab again to slide back the video again. 

* Please use the official version of Chrome to experience this extension at its best.
* Comment any issue here or to the development page at: https://github.com/shrotavre/youtube-loop (listed below as the website page)
* Developed in Indonesia. 100% Indonesia! Cintailah produk-produk Indonesia :D                    

拡張機能の基本情報

名前 Repeat Button YouTube™ Repeat Button YouTube™
ID aoanbbgkingihjpbnhmlaabkipkpkmmd
公式URL https://chrome.google.com/webstore/detail/repeat-button-youtube/aoanbbgkingihjpbnhmlaabkipkpkmmd
説明 Add a repeat/loop button to loop every YouTube videos you watch.
ファイルサイズ 23.74 KB
インストール数 560
現在のバージョン 1.1.0
最終更新日 2019-01-17
公開日 2019-01-17
評価 4.50/5 合計 2 レビュー
開発者 Avre Labs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/shrotavre/youtube-loop
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repeat Button YouTube\u2122",
    "short_name": "YouTube\u2122 Repeat Button",
    "version": "1.1.0",
    "description": "Add a repeat\/loop button to loop every YouTube videos you watch.",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "YouTube Repeat Button"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "author": "Avreghly Barra ",
    "homepage_url": "https:\/\/shrotavre.com\/youtube-loop"
}