Open Internet Download Manager
Open with Internet Download Manager and download the desired links
Co je Open Internet Download Manager?
Open Internet Download Manager je rozšíření Chrome vyvinuté uptofast.com, a jeho hlavní funkcí je „Open with Internet Download Manager and download the desired links“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open Internet Download Manager
Stáhněte si soubory rozšíření Open Internet Download Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | jhligenjelcnhopinaalpnbgomgillni |
Oficiální URL | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
Popis | Open with Internet Download Manager and download the desired links |
Velikost souboru | 54.67 KB |
Počet instalací | 4,216 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2021-03-26 |
Datum Vydání | 2021-03-26 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | uptofast.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://borwi.com/open-internet-download-manager/ |
URL Stránky Nápovědy | https://borwi.com/contact/ |
Podporované Jazyky | 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" } } |