Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Cos'è Open Internet Download Manager?
Open Internet Download Manager è un'estensione di Chrome sviluppata da uptofast.com, e la sua funzione principale è "Open with Internet Download Manager and download the desired links".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open Internet Download Manager
Scarica i file di estensione Open Internet Download Manager 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 | jhligenjelcnhopinaalpnbgomgillni |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
Descrizione | Open with Internet Download Manager and download the desired links |
Dimensione del File | 54.67 KB |
Conteggio Installazioni | 4,216 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-03-26 |
Data di Pubblicazione | 2021-03-26 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | uptofast.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://borwi.com/open-internet-download-manager/ |
URL della Pagina di Aiuto | https://borwi.com/contact/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "offline_enabled": true, "short_name": "open-idm", "name": "Open Internet Download Manager", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "https:\/\/borwi.com\/open-internet-download-manager\/", "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "description": "Open with Internet Download Manager and download the desired links", "options_ui": { "open_in_tab": true, "chrome_style": true, "page": "data\/options\/options.html" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |