ytloop

Automatically replay the video in Youtube by default.

Wat is ytloop?

ytloop is een Chrome-extensie ontwikkeld door ikaflower, en de belangrijkste functie is "Automatically replay the video in Youtube by default.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ytloop

Download ytloop-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

                        You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.                    

Basisinformatie over de Extensie

Naam ytloop ytloop
ID elcnaihlaknobdaoafljjbpbdobaccpp
Officiële URL https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp
Beschrijving Automatically replay the video in Youtube by default.
Bestandsgrootte 11.64 KB
Aantal Installaties 17
Huidige Versie 1.0.2
Laatst Bijgewerkt 2013-07-16
Publicatiedatum 2013-07-16
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ikaflower
Betalingswijze free
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ytloop",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "ytloop.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}