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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } } |