Dext
Download youtube videos simply!
Cos'è Dext?
Dext è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Download youtube videos simply!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dext
Scarica i file di estensione Dext 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
Dext!!!Extension for Downloading youtube videos... you can download any youtube videos without copy pasting any links!!!
Informazioni di Base sull'Estensione
Nome | Dext |
ID | cdcnbghmopepcjhpcoeggggemedhmcgb |
URL Ufficiale | https://chromewebstore.google.com/detail/dext/cdcnbghmopepcjhpcoeggggemedhmcgb |
Descrizione | Download youtube videos simply! |
Dimensione del File | 5.57 KB |
Conteggio Installazioni | 94 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-12-24 |
Data di Pubblicazione | 2018-12-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dext", "description": "Download youtube videos simply!", "version": "0.1", "author": "Kiran", "manifest_version": 2, "web_accessible_resources": [ "src\/ydl.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "src\/loader.js" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "downloads" ], "background": { "scripts": [ "src\/background.js" ] } } |