Listen On Repeat
Turn a YouTube link to a ListenOnRepeat Extension
Cos'è Listen On Repeat?
Listen On Repeat è un'estensione di Chrome sviluppata da tanvi.surti, e la sua funzione principale è "Turn a YouTube link to a ListenOnRepeat Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Listen On Repeat
Scarica i file di estensione Listen On 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
                        Play any YouTube video in an infinite loop with a simply button click.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | iconpehegdmhfpmfnckoaljkiicmpgce | 
| URL Ufficiale | https://chromewebstore.google.com/detail/listen-on-repeat/iconpehegdmhfpmfnckoaljkiicmpgce | 
| Descrizione | Turn a YouTube link to a ListenOnRepeat Extension | 
| Dimensione del File | 23.11 KB | 
| Conteggio Installazioni | 175 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2014-05-30 | 
| Data di Pubblicazione | 2014-05-30 | 
| Sviluppatore | tanvi.surti | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listen On Repeat",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "description": "Turn a YouTube link to a ListenOnRepeat Extension",
    "page_action": {
        "default_icon": "button.png",
        "default_title": "ListenOnRepeat"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ]
}  |  |