Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
Co to jest Streaming Downloader?
Streaming Downloader to rozszerzenie Chrome opracowane przez liznorrissulotions, a jego główną funkcją jest „Presents all the streaming sources in the current page,in a click you can open the streaming source!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Streaming Downloader
Pobierz pliki rozszerzeń Streaming Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension gives the user the option to view and download streaming sources in different formats.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
Oficjalny URL | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
Opis | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
Rozmiar pliku | 14.23 KB |
Liczba instalacji | 3,407 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2022-12-02 |
Data Publikacji | 2022-12-02 |
Deweloper | liznorrissulotions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://home.oweverycanvas.com/ |
Adres URL Strony Pomocy | https://home.oweverycanvas.com/contact.html |
Obsługiwane Języki | 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" ] } ] } |