Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
Qu'est-ce que Streaming Downloader ?
Streaming Downloader est une extension Chrome développée par liznorrissulotions, et sa fonction principale est "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Streaming Downloader
Téléchargez les fichiers d'extension Streaming Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension gives the user the option to view and download streaming sources in different formats.
Informations de Base sur l'Extension
Nom | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
URL Officiel | 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! |
Taille du Fichier | 14.23 KB |
Nombre d'Installations | 3,407 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-12-02 |
Date de Publication | 2022-12-02 |
Développeur | liznorrissulotions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.oweverycanvas.com/ |
URL de la Page d'Aide | https://home.oweverycanvas.com/contact.html |
Langues Prises en Charge | 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" ] } ] } |