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 là gì?

Download Video & MP3 using My Vid Zone là một tiện ích mở rộng Chrome được phát triển bởi https://www.myvid.zone, và tính năng chính của nó là "This extension allows you to send the URL of the current tab to myvid.zone website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download Video & MP3 using My Vid Zone

Tải xuống các tệp mở rộng Download Video & MP3 using My Vid Zone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download Video & MP3 using My Vid Zone Download Video & MP3 using My Vid Zone
ID gffidcaalplfpmedaiffpjiollicfmnp
URL Chính Thức https://chromewebstore.google.com/detail/download-video-mp3-using/gffidcaalplfpmedaiffpjiollicfmnp
Mô tả This extension allows you to send the URL of the current tab to myvid.zone website.
Kích Thước Tệp 11.6 KB
Số Lần Cài Đặt 1,160
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-17
Ngày Phát Hành 2019-10-17
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.myvid.zone
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}