Streaming Downloader

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

Co je Streaming Downloader?

Streaming Downloader je rozšíření Chrome vyvinuté liznorrissulotions, a jeho hlavní funkcí je „Presents all the streaming sources in the current page,in a click you can open the streaming source!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Streaming Downloader

Stáhněte si soubory rozšíření Streaming Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
Oficiální URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Popis Presents all the streaming sources in the current page,in a click you can open the streaming source!
Velikost souboru 14.23 KB
Počet instalací 3,407
Aktuální Verze 1
Poslední Aktualizace 2022-12-02
Datum Vydání 2022-12-02
Vývojář liznorrissulotions
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://home.oweverycanvas.com/
URL Stránky Nápovědy https://home.oweverycanvas.com/contact.html
Podporované Jazyky 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"
            ]
        }
    ]
}