Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Wat is Open Internet Download Manager?
Open Internet Download Manager is een Chrome-extensie ontwikkeld door uptofast.com, en de belangrijkste functie is "Open with Internet Download Manager and download the desired links".
Extensie Screenshots
Download het CRX-bestand van de extensie Open Internet Download Manager
Download Open Internet Download Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | jhligenjelcnhopinaalpnbgomgillni |
Officiële URL | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
Beschrijving | Open with Internet Download Manager and download the desired links |
Bestandsgrootte | 54.67 KB |
Aantal Installaties | 4,216 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-03-26 |
Publicatiedatum | 2021-03-26 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | uptofast.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://borwi.com/open-internet-download-manager/ |
Help Pagina-URL | https://borwi.com/contact/ |
Ondersteunde Talen | 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" } } |