YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
Cos'è YouTube Auto-Repeat?
YouTube Auto-Repeat è un'estensione di Chrome sviluppata da Matei Oprea, e la sua funzione principale è "An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.".
Scarica il file CRX dell'estensione YouTube Auto-Repeat
Scarica i file di estensione YouTube Auto-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
Informazioni di Base sull'Estensione
Nome | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Descrizione | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
Dimensione del File | 20.17 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-06-11 |
Data di Pubblicazione | 2017-06-11 |
Valutazione | 3.47/5 Totale 15 Valutazioni |
Sviluppatore | Matei Oprea |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Repeat", "version": "0.0.2", "manifest_version": 2, "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.", "homepage_url": "http:\/\/opreamatei.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/refresh.png", "icons\/refresh_white.png", "icons\/refresh_white_1.png", "icons\/refresh_white_infinity.png" ] } |