IDM- integration addon
IDM integration - adds "Download with IDM" context menu item for the file links
IDM- integration addon क्या है?
IDM- integration addon Dev. Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IDM integration - adds "Download with IDM" context menu item for the file links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IDM- integration addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Internet Download Manager ( IDM ) is a popular tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. This Chrome extension requires that Internet Download Manager ( IDM ) desktop application is installed. Integration module adds "Download with IDM" context menu item for the file links and displays Download panel over page-embedded multimedia content, providing various helper functions to the main application as well. Internet Download Manager can be downloaded and installed from the official website: http://www.internetdownloadmanager.com/ If you like Internet Download Manager - Please leave Review and 5*****.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pekpblgmdlmdpmleogokpeahkhginkab |
आधिकारिक URL | https://chrome.google.com/webstore/detail/idm-integration-addon/pekpblgmdlmdpmleogokpeahkhginkab |
विवरण | IDM integration - adds "Download with IDM" context menu item for the file links |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 534,830 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2022-11-07 |
प्रकाशन तिथि | 2021-10-01 |
रेटिंग | 2.94/5 कुल 35 रेटिंग्स |
डेवलपर | Dev. Group |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "version": "0.0.4", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png" } }, "background": { "persistent": true, "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/cnt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.internetdownloadmanager.com\/*" ] }, "offline_enabled": false, "permissions": [ "downloads", "downloads.shelf", "management", "storage", "proxy", "nativeMessaging", " |