YT Repeat

Repeats YouTube videos.

Wat is YT Repeat?

YT Repeat is een Chrome-extensie ontwikkeld door https://antimatter15.com, en de belangrijkste functie is "Repeats YouTube videos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YT Repeat

Download YT Repeat-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

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

Basisinformatie over de Extensie

Naam YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
Officiële URL https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
Beschrijving Repeats YouTube videos.
Bestandsgrootte 31.72 KB
Aantal Installaties 2,846
Huidige Versie 1.0.3
Laatst Bijgewerkt 2014-08-20
Publicatiedatum 2014-08-19
Beoordeling 4.13/5 Totaal 89 Beoordelingen
Ontwikkelaar https://antimatter15.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://twitter.com/antimatter15
Help Pagina-URL http://twitter.com/antimatter15
URL van de Privacybeleid Pagina http://projectnaptha.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}