Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Cos'è Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others è un'estensione di Chrome sviluppata da o9000, e la sua funzione principale è "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Looper for Youtube/Dailymotion/others
Scarica i file di estensione Video Looper for Youtube/Dailymotion/others 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
A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it. Informazioni di Base sull'Estensione
| Nome | |
| ID | kpcelfaheoikimakaonbfipkijodnmmd |
| URL Ufficiale | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
| Descrizione | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
| Dimensione del File | 18.77 KB |
| Conteggio Installazioni | 2,418 |
| Versione Corrente | 2015.12.30.0 |
| Ultimo Aggiornamento | 2016-01-01 |
| Data di Pubblicazione | 2016-01-01 |
| Valutazione | 4.19/5 Totale 16 Valutazioni |
| Sviluppatore | o9000 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Looper for Youtube\/Dailymotion\/others",
"description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
"version": "2015.12.30.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Video Looper",
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png"
}
},
"permissions": [
"activeTab"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |