Streaming Downloader

Presents all the streaming sources in the current page,in a click you can open the streaming source!

Streaming Downloader là gì?

Streaming Downloader là một tiện ích mở rộng Chrome được phát triển bởi liznorrissulotions, và tính năng chính của nó là "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

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

screenshot

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

Tải xuống các tệp mở rộng Streaming Downloader 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 gives the user the option to view and download streaming sources in different formats.                    

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

Tên Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
URL Chính Thức https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Mô tả Presents all the streaming sources in the current page,in a click you can open the streaming source!
Kích Thước Tệp 14.23 KB
Số Lần Cài Đặt 3,407
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-12-02
Ngày Phát Hành 2022-12-02
Nhà Phát Triển liznorrissulotions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.oweverycanvas.com/
URL Trang Trợ Giúp https://home.oweverycanvas.com/contact.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Streaming Downloader",
        "default_popup": "popup.html"
    },
    "description": "Presents all the streaming sources in the current page,in a click you can open the streaming source!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Streaming Downloader",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}