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 |
官方網址 | 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" } } } } |