Youtube Output Devices
This extension allows you to select an output audio device for each youtube video you are watching.
Τι είναι το Youtube Output Devices;
Το Youtube Output Devices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BinaryBench, και η κύρια λειτουργία του είναι "This extension allows you to select an output audio device for each youtube video you are watching.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube Output Devices
Λήψη αρχείων επέκτασης Youtube Output Devices σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to select which device each YouTube video plays to by adding a drop-down right above the video description. Devices are stored per-session, so the device will not reset when the next video is played via auto-play or a playlist. This extension is targeted toward streamers who need to play videos into a specific device. However it is also great for listening to music on your speakers and your headphones at the same time! (I have no idea why'd you do that, but you do you man, you do you...)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hecekbdnfioifkbcnemlpnhdfdmgoinj |
Επίσημο URL | https://chrome.google.com/webstore/detail/youtube-output-devices/hecekbdnfioifkbcnemlpnhdfdmgoinj |
Περιγραφή | This extension allows you to select an output audio device for each youtube video you are watching. |
Μέγεθος Αρχείου | 11.15 KB |
Αριθμός Εγκαταστάσεων | 2,093 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2017-09-02 |
Ημερομηνία Δημοσίευσης | 2017-09-02 |
Αξιολόγηση | 2.78/5 Συνολικά 67 Αξιολογήσεις |
Προγραμματιστής | BinaryBench |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Output Devices", "short_name": "Yt Devices", "version": "0.2", "manifest_version": 2, "description": "This extension allows you to select an output audio device for each youtube video you are watching.", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "120": "icons\/icon120.png" } } |