Streaming Downloader

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

什么是Streaming Downloader?

Streaming Downloader是由liznorrissulotions开发的Chrome扩展程序,该扩展的主要功能是“Presents all the streaming sources in the current page,in a click you can open the streaming source!”。

扩展截图

screenshot

下载Streaming Downloader扩展crx文件

下载Streaming Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension gives the user the option to view and download streaming sources in different formats.                    

扩展基本信息

名称 Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
官方URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
简介 Presents all the streaming sources in the current page,in a click you can open the streaming source!
文件大小 14.23 KB
安装次数 3,407
当前版本 1
更新时间 2022-12-02
上架时间 2022-12-02
开发者 liznorrissulotions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://home.oweverycanvas.com/
帮助页面URL https://home.oweverycanvas.com/contact.html
支持的语言 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"
            ]
        }
    ]
}