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
官方網址 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
電子郵箱 [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"
}