OpenDownload

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

OpenDownload là gì?

OpenDownload là một tiện ích mở rộng Chrome được phát triển bởi Manu Poruthoor, và tính năng chính của nó là "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenDownload

Tải xuống các tệp mở rộng OpenDownload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
URL Chính Thức https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Mô tả Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Kích Thước Tệp 6.24 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2018-09-15
Ngày Phát Hành 2018-09-14
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Manu Poruthoor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}