Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
O que é Streaming Downloader?
Streaming Downloader é uma extensão do Chrome desenvolvida por liznorrissulotions, e sua principal característica é "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Streaming Downloader
Baixe arquivos de extensão Streaming Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension gives the user the option to view and download streaming sources in different formats.
Informações Básicas da Extensão
Nome | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
URL Oficial | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
Descrição | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
Tamanho do Arquivo | 14.23 KB |
Contagem de Instalações | 3,407 |
Versão Atual | 1 |
Última Atualização | 2022-12-02 |
Data de Publicação | 2022-12-02 |
Desenvolvedor | liznorrissulotions |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://home.oweverycanvas.com/ |
URL da Página de Ajuda | https://home.oweverycanvas.com/contact.html |
Idiomas Suportados | 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" ] } ] } |