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 هو إضافة Chrome تم تطويرها بواسطة https://www.myvid.zone، والميزة الرئيسية لها هي "This extension allows you to send the URL of the current tab to myvid.zone website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Download Video & MP3 using My Vid Zone

قم بتنزيل ملفات الامتداد Download Video & MP3 using My Vid Zone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
            }
        }
    }
}