Streaming Downloader

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

Cos'è Streaming Downloader?

Streaming Downloader è un'estensione di Chrome sviluppata da liznorrissulotions, e la sua funzione principale è "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Streaming Downloader

Scarica i file di estensione Streaming Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
URL Ufficiale https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Descrizione Presents all the streaming sources in the current page,in a click you can open the streaming source!
Dimensione del File 14.23 KB
Conteggio Installazioni 3,407
Versione Corrente 1
Ultimo Aggiornamento 2022-12-02
Data di Pubblicazione 2022-12-02
Sviluppatore liznorrissulotions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://home.oweverycanvas.com/
URL della Pagina di Aiuto https://home.oweverycanvas.com/contact.html
Lingue Supportate 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"
            ]
        }
    ]
}