YT Repeat
Repeats YouTube videos.
Cos'è YT Repeat?
YT Repeat è un'estensione di Chrome sviluppata da https://antimatter15.com, e la sua funzione principale è "Repeats YouTube videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YT Repeat
Scarica i file di estensione YT Repeat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
URL Ufficiale | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
Descrizione | Repeats YouTube videos. |
Dimensione del File | 31.72 KB |
Conteggio Installazioni | 2,846 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2014-08-20 |
Data di Pubblicazione | 2014-08-19 |
Valutazione | 4.13/5 Totale 89 Valutazioni |
Sviluppatore | https://antimatter15.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://twitter.com/antimatter15 |
URL della Pagina di Aiuto | http://twitter.com/antimatter15 |
URL della Pagina della Politica sulla Privacy | http://projectnaptha.com |
Lingue Supportate | 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" ] } ] } |