Repeat Button YouTube™

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

Vad är Repeat Button YouTube™?

Repeat Button YouTube™ är en Chrome-tillägg utvecklad av Avre Labs, och dess huvudfunktion är "Add a repeat/loop button to loop every YouTube videos you watch.".

Tilläggsskärmbilder

screenshot

Ladda ner Repeat Button YouTube™-förlängningens CRX-fil

Ladda ner Repeat Button YouTube™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Repeat Button YouTube™ Repeat Button YouTube™
ID aoanbbgkingihjpbnhmlaabkipkpkmmd
Officiell webbadress https://chrome.google.com/webstore/detail/repeat-button-youtube/aoanbbgkingihjpbnhmlaabkipkpkmmd
Beskrivning Add a repeat/loop button to loop every YouTube videos you watch.
Filstorlek 23.74 KB
Antal Installationer 560
Aktuell Version 1.1.0
Senast Uppdaterad 2019-01-17
Publiceringsdatum 2019-01-17
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Avre Labs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/shrotavre/youtube-loop
Stödda Språk 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"
}