Repeat Button YouTube™

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

Qu'est-ce que Repeat Button YouTube™ ?

Repeat Button YouTube™ est une extension Chrome développée par Avre Labs, et sa fonction principale est "Add a repeat/loop button to loop every YouTube videos you watch.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Repeat Button YouTube™

Téléchargez les fichiers d'extension Repeat Button YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Repeat Button YouTube™ Repeat Button YouTube™
ID aoanbbgkingihjpbnhmlaabkipkpkmmd
URL Officiel https://chrome.google.com/webstore/detail/repeat-button-youtube/aoanbbgkingihjpbnhmlaabkipkpkmmd
Description Add a repeat/loop button to loop every YouTube videos you watch.
Taille du Fichier 23.74 KB
Nombre d'Installations 560
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-01-17
Date de Publication 2019-01-17
Évaluation 4.50/5 Total 2 Évaluations
Développeur Avre Labs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/shrotavre/youtube-loop
Langues Prises en Charge 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"
}