Downie (Unofficial)
Sends current page to Downie.
O que é Downie (Unofficial)?
Downie (Unofficial) é uma extensão do Chrome desenvolvida por HelloWorld, e sua principal característica é "Sends current page to Downie.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Downie (Unofficial)
Baixe arquivos de extensão Downie (Unofficial) 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
Browser Extensions used in Downie. PS: 1. This is not the official version. 2. For unsupported sites, clicking on the Downie icon will not open Downie and a message will be displayed ============================= Important: We had to lock the download of YouTube videos because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded.
Informações Básicas da Extensão
Nome | Downie (Unofficial) |
ID | khmejfdaiomgikcmbhcjejffhffkgoem |
URL Oficial | https://chromewebstore.google.com/detail/downie-unofficial/khmejfdaiomgikcmbhcjejffhffkgoem |
Descrição | Sends current page to Downie. |
Tamanho do Arquivo | 22.33 KB |
Contagem de Instalações | 9,000 |
Versão Atual | 1.3.2 |
Última Atualização | 2023-02-23 |
Data de Publicação | 2023-02-16 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | HelloWorld |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://code4you.dev/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon16.png", "default_title": "Open With Downie", "theme_icons": [ { "dark": "downie_16x16_white.png", "light": "downie_16x16.png", "size": 32 } ] }, "description": "Sends current page to Downie.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Downie (Unofficial)", "permissions": [ "contextMenus", "tabs", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.3.2" } |