Streaming Downloader

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

Wat is Streaming Downloader?

Streaming Downloader is een Chrome-extensie ontwikkeld door liznorrissulotions, en de belangrijkste functie is "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Streaming Downloader

Download Streaming Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
Officiële URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Beschrijving Presents all the streaming sources in the current page,in a click you can open the streaming source!
Bestandsgrootte 14.23 KB
Aantal Installaties 3,407
Huidige Versie 1
Laatst Bijgewerkt 2022-12-02
Publicatiedatum 2022-12-02
Ontwikkelaar liznorrissulotions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://home.oweverycanvas.com/
Help Pagina-URL https://home.oweverycanvas.com/contact.html
Ondersteunde Talen 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"
            ]
        }
    ]
}