Download Video & MP3 using My Vid Zone

This extension allows you to send the URL of the current tab to myvid.zone website.

Wat is Download Video & MP3 using My Vid Zone?

Download Video & MP3 using My Vid Zone is een Chrome-extensie ontwikkeld door https://www.myvid.zone, en de belangrijkste functie is "This extension allows you to send the URL of the current tab to myvid.zone website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Video & MP3 using My Vid Zone

Download Download Video & MP3 using My Vid Zone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Download Video & MP3 using My Vid Zone Download Video & MP3 using My Vid Zone
ID gffidcaalplfpmedaiffpjiollicfmnp
Officiële URL https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp
Beschrijving This extension allows you to send the URL of the current tab to myvid.zone website.
Bestandsgrootte 11.6 KB
Aantal Installaties 1,160
Huidige Versie 1.1
Laatst Bijgewerkt 2019-10-17
Publicatiedatum 2019-10-17
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.myvid.zone
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}