Download Video & MP3 using My Vid Zone
This extension allows you to send the URL of the current tab to myvid.zone website.
Что такое Download Video & MP3 using My Vid Zone?
Download Video & MP3 using My Vid Zone - это расширение Chrome, разработанное https://www.myvid.zone, и его основная функция - "This extension allows you to send the URL of the current tab to myvid.zone website.".
Снимки экрана расширения
Скачать файл CRX расширения Download Video & MP3 using My Vid Zone
Скачайте файлы расширений Download Video & MP3 using My Vid Zone в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | gffidcaalplfpmedaiffpjiollicfmnp |
| Официальный URL | https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp |
| Описание | This extension allows you to send the URL of the current tab to myvid.zone website. |
| Размер файла | 11.6 KB |
| Количество установок | 1,160 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2019-10-17 |
| Дата публикации | 2019-10-17 |
| Рейтинг | 2.00/5 Всего 1 оценок |
| Разработчик | https://www.myvid.zone |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
}
}
} | |