Download Video & MP3 using My Vid Zone
This extension allows you to send the URL of the current tab to myvid.zone website.
Qu'est-ce que Download Video & MP3 using My Vid Zone ?
Download Video & MP3 using My Vid Zone est une extension Chrome développée par https://www.myvid.zone, et sa fonction principale est "This extension allows you to send the URL of the current tab to myvid.zone website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Video & MP3 using My Vid Zone
Téléchargez les fichiers d'extension Download Video & MP3 using My Vid Zone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Download Video & MP3 using My Vid Zone |
ID | gffidcaalplfpmedaiffpjiollicfmnp |
URL Officiel | https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp |
Description | This extension allows you to send the URL of the current tab to myvid.zone website. |
Taille du Fichier | 11.6 KB |
Nombre d'Installations | 1,160 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-10-17 |
Date de Publication | 2019-10-17 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | https://www.myvid.zone |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |