Streaming Downloader

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

Vad är Streaming Downloader?

Streaming Downloader är en Chrome-tillägg utvecklad av liznorrissulotions, och dess huvudfunktion är "Presents all the streaming sources in the current page,in a click you can open the streaming source!".

Tilläggsskärmbilder

screenshot

Ladda ner Streaming Downloader-förlängningens CRX-fil

Ladda ner Streaming Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Streaming Downloader Streaming Downloader
ID kimjclahojofdbdilpaiogjpgehlddgf
Officiell webbadress https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf
Beskrivning Presents all the streaming sources in the current page,in a click you can open the streaming source!
Filstorlek 14.23 KB
Antal Installationer 3,407
Aktuell Version 1
Senast Uppdaterad 2022-12-02
Publiceringsdatum 2022-12-02
Utvecklare liznorrissulotions
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://home.oweverycanvas.com/
Hjälpsida URL https://home.oweverycanvas.com/contact.html
Stödda Språk 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"
            ]
        }
    ]
}