Smart Repeat
Repeat YouTube videos from any point in time
Cos'è Smart Repeat?
Smart Repeat è un'estensione di Chrome sviluppata da OldGen Software, e la sua funzione principale è "Repeat YouTube videos from any point in time".
Scarica il file CRX dell'estensione Smart Repeat
Scarica i file di estensione Smart 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
You can repeat youtube from any point in time. :D
Informazioni di Base sull'Estensione
Nome | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
URL Ufficiale | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
Descrizione | Repeat YouTube videos from any point in time |
Dimensione del File | 18.32 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.33.7 |
Ultimo Aggiornamento | 2013-08-07 |
Data di Pubblicazione | 2013-08-07 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | OldGen Software |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |