Download with Internet Download Manager
Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Co je Download with Internet Download Manager?
Download with Internet Download Manager je rozšíření Chrome vyvinuté balvin.perrie, a jeho hlavní funkcí je „Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Download with Internet Download Manager
Stáhněte si soubory rozšíření Download with 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 | ijagoebbhgpklaaliglekagdjpigbcgm |
Oficiální URL | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
Popis | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
Velikost souboru | 97.44 KB |
Počet instalací | 17,872 |
Aktuální Verze | 0.2.2 |
Poslední Aktualizace | 2020-12-30 |
Datum Vydání | 2020-02-26 |
Hodnocení | 3.83/5 Celkem 6 Hodnocení |
Vývojář | balvin.perrie |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://add0n.com/download-with.html?from=idm |
URL Stránky Nápovědy | https://add0n.com/download-with.html?from=idm |
URL Stránky Zásad Ochrany Soukromí | https://add0n.com/policies/balvin.perrie.txt |
Podporované Jazyky | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download with Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "version": "0.2.2", "manifest_version": 2, "permissions": [ "storage", "nativeMessaging", "notifications", "downloads", "contextMenus" ], "optional_permissions": [ "*:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "config.js", "termlib_parser.js", "background.js" ] }, "browser_action": [], "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm", "options_ui": { "page": "data\/options\/index.html", "chrome_style": true, "open_in_tab": true }, "web_accessible_resources": [ "data\/grab\/index.html" ] } |