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是由https://www.myvid.zone开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to send the URL of the current tab to myvid.zone website.”。
扩展截图
下载Download Video & MP3 using My Vid Zone扩展crx文件
下载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.
扩展基本信息
名称 | Download Video & MP3 using My Vid Zone |
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" } } } } |