LoopTube

Auto loop the YouTube video

Wat is LoopTube?

LoopTube is een Chrome-extensie ontwikkeld door vedha.viyash, en de belangrijkste functie is "Auto loop the YouTube video".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LoopTube

Download LoopTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto loop the YouTube video when it ends. No more click replay buttons again!                    

Basisinformatie over de Extensie

Naam LoopTube LoopTube
ID faaokfideffddckilhbjniccnelnioid
Officiële URL https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid
Beschrijving Auto loop the YouTube video
Bestandsgrootte 10.51 KB
Aantal Installaties 75
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-08-18
Publicatiedatum 2020-08-18
Ontwikkelaar vedha.viyash
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LoopTube",
    "version": "0.0.1",
    "description": "Auto loop the YouTube video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "youtube.png",
        "48": "youtube.png",
        "128": "youtube.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_title": "Turning this extension on will loop the YouTube video automatically"
    }
}