Download Video & MP3 using My Vid Zone
This extension allows you to send the URL of the current tab to myvid.zone website.
Was ist Download Video & MP3 using My Vid Zone?
Download Video & MP3 using My Vid Zone ist eine Chrome-Erweiterung, die von https://www.myvid.zone entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to send the URL of the current tab to myvid.zone website.".
Erweiterungsscreenshots
Download Video & MP3 using My Vid Zone-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download Video & MP3 using My Vid Zone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gffidcaalplfpmedaiffpjiollicfmnp |
| Offizielle URL | https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp |
| Beschreibung | This extension allows you to send the URL of the current tab to myvid.zone website. |
| Dateigröße | 11.6 KB |
| Installationsanzahl | 1,160 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-10-17 |
| Veröffentlichungsdatum | 2019-10-17 |
| Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.myvid.zone |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
}
} | |