OpenDownload

Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.

ما هو OpenDownload؟

OpenDownload هو إضافة Chrome تم تطويرها بواسطة Manu Poruthoor، والميزة الرئيسية لها هي "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OpenDownload

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

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

                        This extension has limited support for opening source videos from iframes in a new tab.

Disclaimer: I do not take responsibility and I am not liable for any illegal or unlawful activity using this extension.                    

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

الاسم OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
عنوان URL الرسمي https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
الوصف Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
حجم الملف 6.24 KB
عدد التثبيتات 222
النسخة الحالية 0.3.3
آخر تحديث 2018-09-15
تاريخ النشر 2018-09-14
تقييم 4.00/5 مجموع تقييمات 3
المطور Manu Poruthoor
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenDownload",
    "version": "0.3.3",
    "description": "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}