Download Video & MP3 using My Vid Zone

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

Co je Download Video & MP3 using My Vid Zone?

Download Video & MP3 using My Vid Zone je rozšíření Chrome vyvinuté https://www.myvid.zone, a jeho hlavní funkcí je „This extension allows you to send the URL of the current tab to myvid.zone website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Download Video & MP3 using My Vid Zone

Stáhněte si soubory rozšíření Download Video & MP3 using My Vid Zone ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Download Video & MP3 using My Vid Zone Download Video & MP3 using My Vid Zone
ID gffidcaalplfpmedaiffpjiollicfmnp
Oficiální URL https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp
Popis This extension allows you to send the URL of the current tab to myvid.zone website.
Velikost souboru 11.6 KB
Počet instalací 1,160
Aktuální Verze 1.1
Poslední Aktualizace 2019-10-17
Datum Vydání 2019-10-17
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář https://www.myvid.zone
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            }
        }
    }
}