Xtreme Download Manager
XDM is an open source download manager
O que é Xtreme Download Manager?
Xtreme Download Manager é uma extensão do Chrome desenvolvida por https://subhra74.github.io/xdm, e sua principal característica é "XDM is an open source download manager".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Xtreme Download Manager
Baixe arquivos de extensão Xtreme Download Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Xtreme Download Manager Integration extension replaces default download manager of Google Chrome by Xtreme Download Manager. This extension is just a companion for Xtreme download manager desktop application, which must already be installed first. It can be downloaded from: https://github.com/subhra74/xdm The sole purpose of this extension is integration with Xtreme Download Manager desktop application. Xtreme Download Manager is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. Please report any Issues here: https://github.com/subhra74/xdm/issues For more info & usage visit: https://github.com/subhra74/xdm https://sourceforge.net/projects/xdman/ https://subhra74.github.io/xdm/
Informações Básicas da Extensão
Nome | |
ID | dkckaoghoiffdbomfbbodbbgmhjblecj |
URL Oficial | https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj |
Descrição | XDM is an open source download manager |
Tamanho do Arquivo | 50.71 KB |
Contagem de Instalações | 300,000 |
Versão Atual | 2.1 |
Última Atualização | 2020-05-30 |
Data de Publicação | 2020-05-28 |
Classificação | 4.29/5 Total de 194 Avaliações |
Desenvolvedor | https://subhra74.github.io/xdm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/subhra74/xdm |
URL da Página de Ajuda | https://subhra74.github.io/xdm/privacy.html |
URL da Página de Política de Privacidade | https://subhra74.github.io/xdm/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0", "name": "Xtreme Download Manager", "description": "XDM is an open source download manager", "version": "2.1", "icons": { "48": "icon.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "cookies", "contextMenus", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "commands": { "toggle-monitoring": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle monitoring" } } } |