Download Video & MP3 using My Vid Zone

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

Co to jest Download Video & MP3 using My Vid Zone?

Download Video & MP3 using My Vid Zone to rozszerzenie Chrome opracowane przez https://www.myvid.zone, a jego główną funkcją jest „This extension allows you to send the URL of the current tab to myvid.zone website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Download Video & MP3 using My Vid Zone

Pobierz pliki rozszerzeń Download Video & MP3 using My Vid Zone w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Download Video & MP3 using My Vid Zone Download Video & MP3 using My Vid Zone
ID gffidcaalplfpmedaiffpjiollicfmnp
Oficjalny URL https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp
Opis This extension allows you to send the URL of the current tab to myvid.zone website.
Rozmiar pliku 11.6 KB
Liczba instalacji 1,160
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-10-17
Data Publikacji 2019-10-17
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper https://www.myvid.zone
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            }
        }
    }
}