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
Eメール [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"
            ]
        }
    ]
}