Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
What is Streaming Downloader?
Streaming Downloader is a Chrome extension developed by liznorrissulotions, and its main feature is "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
Extension Screenshots
Download Streaming Downloader Extension CRX File
Download Streaming Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension gives the user the option to view and download streaming sources in different formats.
Extension Basic Information
Name | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
Official URL | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
Description | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
File Size | 14.23 KB |
Installation Count | 3,407 |
Current Version | 1 |
Last Updated | 2022-12-02 |
Publish Date | 2022-12-02 |
Developer | liznorrissulotions |
[email protected] | |
Payment Type | free |
Extension Website | https://home.oweverycanvas.com/ |
Help Page URL | https://home.oweverycanvas.com/contact.html |
Supported Languages | 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" ] } ] } |