Vimeo Private Downloader

Download private VIMEO video of the current tab.

ما هو Vimeo Private Downloader؟

Vimeo Private Downloader هو إضافة Chrome تم تطويرها بواسطة fagundesjgd، والميزة الرئيسية لها هي "Download private VIMEO video of the current tab.".

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

screenshot

تحميل ملف CRX للإضافة Vimeo Private Downloader

قم بتنزيل ملفات الامتداد Vimeo Private Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

معلومات أساسية عن التمديد

الاسم Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
عنوان URL الرسمي https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
الوصف Download private VIMEO video of the current tab.
حجم الملف 5.08 KB
عدد التثبيتات 45,848
النسخة الحالية 1.0.1
آخر تحديث 2020-04-07
تاريخ النشر 2020-04-04
تقييم 3.87/5 مجموع تقييمات 171
المطور fagundesjgd
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}