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
官方網址 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"
            ]
        }
    ]
}