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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}