Download Video & MP3 using My Vid Zone
This extension allows you to send the URL of the current tab to myvid.zone website.
O que é Download Video & MP3 using My Vid Zone?
Download Video & MP3 using My Vid Zone é uma extensão do Chrome desenvolvida por https://www.myvid.zone, e sua principal característica é "This extension allows you to send the URL of the current tab to myvid.zone website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download Video & MP3 using My Vid Zone
Baixe arquivos de extensão Download Video & MP3 using My Vid Zone 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
When you want to download a video (or just its audio) from whatever website, click on this extension icon and send the URL of the video you are watching to https://myvid.zone, a totally free web app specialized to download videos/MP3s to your PC/Android/iOS devices.
Informações Básicas da Extensão
Nome | Download Video & MP3 using My Vid Zone |
ID | gffidcaalplfpmedaiffpjiollicfmnp |
URL Oficial | https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp |
Descrição | This extension allows you to send the URL of the current tab to myvid.zone website. |
Tamanho do Arquivo | 11.6 KB |
Contagem de Instalações | 1,160 |
Versão Atual | 1.1 |
Última Atualização | 2019-10-17 |
Data de Publicação | 2019-10-17 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.myvid.zone |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Video & MP3 using My Vid Zone", "short_name": "copyurltomyvid", "description": "This extension allows you to send the URL of the current tab to myvid.zone website.", "version": "1.1", "browser_action": { "default_icon": "img\/guru16.png", "default_title": "Press the button to copy the URL to myvid.zone website", "default_popup": "popup.html" }, "icons": { "16": "img\/guru16.png", "48": "img\/guru48.png", "128": "img\/guru128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" } } } } |