Streaming Downloader

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

Was ist Streaming Downloader?

Streaming Downloader ist eine Chrome-Erweiterung, die von liznorrissulotions entwickelt wurde, und ihr Hauptmerkmal ist "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

Erweiterungsscreenshots

screenshot

Streaming Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Streaming Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
Offizielle URL https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Beschreibung Presents all the streaming sources in the current page,in a click you can open the streaming source!
Dateigröße 14.23 KB
Installationsanzahl 3,407
Aktuelle Version 1
Letztes Update 2022-12-02
Veröffentlichungsdatum 2022-12-02
Entwickler liznorrissulotions
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://home.oweverycanvas.com/
Hilfeseite URL https://home.oweverycanvas.com/contact.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}