Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
Hvad er Streaming Downloader?
Streaming Downloader er en Chrome-udvidelse udviklet af liznorrissulotions, og dens hovedfunktion er "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
Udvidelsesskærmbilleder
Download Streaming Downloader-udvidelses-CRX-fil
Download Streaming Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension gives the user the option to view and download streaming sources in different formats.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
Officiel URL | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
Beskrivelse | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
Filstørrelse | 14.23 KB |
Antal Installationer | 3,407 |
Nuværende Version | 1 |
Senest Opdateret | 2022-12-02 |
Udgivelsesdato | 2022-12-02 |
Udvikler | liznorrissulotions |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://home.oweverycanvas.com/ |
Hjælpeside-URL | https://home.oweverycanvas.com/contact.html |
Understøttede Sprog | 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" ] } ] } |