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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            }
        }
    }
}