Youtube TV On PC
Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.
Τι είναι το Youtube TV On PC;
Το Youtube TV On PC είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Danny Keeley, και η κύρια λειτουργία του είναι "Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Youtube TV On PC
Λήψη αρχείων επέκτασης Youtube TV On PC σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
# Enables youtube.com/tv# 1) Install plugin 2) Go to youtube.com/tv 3) Settings cog > Link with TV code 4) Open youtube app on your mobile device 5) Press your picture in the top right 6) Settings > Watch on TV > Enter TV code The video will atuomatically be set to the highest quality. Press F11 when a video is playing to make it full screen. Enjoy :) #Change Log# v0.6 April 2021 - Allowed F11 to work for full screen. v0.5 March 2021 - Videos will now start on the highest quality youtube has.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Youtube TV On PC |
ID | jldjbkccldgbegjpggphaeikombjmnkh |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-tv-on-pc/jldjbkccldgbegjpggphaeikombjmnkh |
Περιγραφή | Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device. |
Μέγεθος Αρχείου | 40.92 KB |
Αριθμός Εγκαταστάσεων | 90,000 |
Τρέχουσα Έκδοση | 0.6 |
Τελευταία Ενημέρωση | 2021-04-21 |
Ημερομηνία Δημοσίευσης | 2020-07-08 |
Αξιολόγηση | 4.28/5 Συνολικά 179 Αξιολογήσεις |
Προγραμματιστής | Danny Keeley |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube TV On PC", "version": "0.6", "description": "Enables Youtube TV with auto HD on your pc so you can control youtube from your mobile device.", "manifest_version": 2, "icons": { "16": "images\/icon-16a.png", "32": "images\/icon-32a.png", "48": "images\/icon-48a.png", "128": "images\/icon-128a.png" }, "browser_action": { "default_icon": "images\/icon-32a.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "tabs", " |