Streaming Downloader
Presents all the streaming sources in the current page,in a click you can open the streaming source!
Τι είναι το Streaming Downloader;
Το Streaming Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον liznorrissulotions, και η κύρια λειτουργία του είναι "Presents all the streaming sources in the current page,in a click you can open the streaming source!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Streaming Downloader
Λήψη αρχείων επέκτασης Streaming Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension gives the user the option to view and download streaming sources in different formats.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kimjclahojofdbdilpaiogjpgehlddgf |
Επίσημο URL | https://chrome.google.com/webstore/detail/streaming-downloader/kimjclahojofdbdilpaiogjpgehlddgf |
Περιγραφή | Presents all the streaming sources in the current page,in a click you can open the streaming source! |
Μέγεθος Αρχείου | 14.23 KB |
Αριθμός Εγκαταστάσεων | 3,407 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2022-12-02 |
Ημερομηνία Δημοσίευσης | 2022-12-02 |
Προγραμματιστής | liznorrissulotions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://home.oweverycanvas.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://home.oweverycanvas.com/contact.html |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |