PureDownloader for Chrome
Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
Cos'è PureDownloader for Chrome?
PureDownloader for Chrome è un'estensione di Chrome sviluppata da https://puredownloader.com, e la sua funzione principale è "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PureDownloader for Chrome
Scarica i file di estensione PureDownloader for Chrome 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
This is an extension for PureDownloader.com. Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
Informazioni di Base sull'Estensione
Nome | |
ID | dinjnjpcaenhiokgnompjbglfajjofbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/puredownloader-for-chrome/dinjnjpcaenhiokgnompjbglfajjofbn |
Descrizione | Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com. |
Dimensione del File | 42.7 KB |
Conteggio Installazioni | 857 |
Versione Corrente | 0.1.11 |
Ultimo Aggiornamento | 2019-07-24 |
Data di Pubblicazione | 2019-07-24 |
Valutazione | 2.00/5 Totale 6 Valutazioni |
Sviluppatore | https://puredownloader.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PureDownloader for Chrome", "short_name": "PureDownloader", "description": "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.", "version": "0.1.11", "browser_action": { "default_icon": "\/img\/logo_60.png", "default_title": "PureDownloader" }, "icons": { "32": "\/img\/favicon.png", "60": "\/img\/logo_60.png", "90": "\/img\/logo_90.png", "128": "\/img\/logo_128.png", "243": "\/img\/logo_app.png" }, "homepage_url": "https:\/\/puredownloader.com\/", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] } } |