SLNT.stream
Use the SLNT.stream extension to listen to music with your favourite streamer
Τι είναι το SLNT.stream;
Το SLNT.stream είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://slnt.stream, και η κύρια λειτουργία του είναι "Use the SLNT.stream extension to listen to music with your favourite streamer".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SLNT.stream
Λήψη αρχείων επέκτασης SLNT.stream σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use the SLNT.stream extension to listen to music with your favourite Twitch streamer without delay. SLNT.stream wants to bring back the fun by offering you SLNT.music: a tool that syncs a music with the viewers, allowing the streamer to play copyrighted music while streaming. You can listen along using our browser extension to embed the music into the stream! Using the browser extension will give you some extra features, such as: • Notification when the Twitch channel you are visiting has an active SLNT session • Seamlessly integrated music-player • No Latency Mode: The browser extension connects to our server and communicates your local latency to the streamer, giving you the least amount of latency.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | beljoephfogglpicaemgcebfddbmelpi |
Επίσημο URL | https://chromewebstore.google.com/detail/slntstream/beljoephfogglpicaemgcebfddbmelpi |
Περιγραφή | Use the SLNT.stream extension to listen to music with your favourite streamer |
Μέγεθος Αρχείου | 1.59 MB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2022-06-28 |
Ημερομηνία Δημοσίευσης | 2021-03-23 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://slnt.stream |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://slnt.stream/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://slnt.stream/support |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl5elqLUHTU5awtcQGBc8+XhHlZ1rCNe+KAlCdpgdi\/ptx2k0uQN+fyPOkadpi3vYhYc4v9uEt226+96Al7mHE9p3jDvcrtkFlY6LLY2jcx51RRoX5fXNLsTybYudH1sdX8y7q9OCKaR8hxwLELLx\/J+b5REZNnqDcK0wzQvbnVh4FDqR869mPNGw0TFCkbxKVXXvHyVTgs21Byv8pOzF3w\/x8mBLrlcgDt8kA\/opjL5V56DUokN9B4gHUOHc7faDOXYuUUAKAw7Py05O7lwPTYBRZ2BCkWD1yQyKBbTJI4MxsdgX5HvuHoPr3GAJ1HPt9aotrC7ksGfr5i7dCzy+1QIDAQAB", "name": "SLNT.stream", "description": "Use the SLNT.stream extension to listen to music with your favourite streamer", "version": "2.0.2", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "js\/twitch.js", "js\/youtube.js", "js\/communication.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/*" ], "matches": [ " |