Bewertungen für Cast YouTube in Browser
Cast YouTube in Browser von Mark Kray
Bewertungen von Firefox-Benutzer 15072707
Bewertet mit 3 von 5 Sternen
von Firefox-Benutzer 15072707, vor 8 Monatenthought by this add-on an android phone device can control a TV set which latter based on android as well. what is the point of controlling YT on a computer by your phone? you have mouse and keyboard anyway ...
thank you Mark for your detailed response. so in case of your particular case a(n) (old) TV set is involved indeed. plus you write "... Enables the YouTube for TV interface in your browser .." which can be understood that way that you can control your TV set directly from the browser. i lost couple of hours, so 3-star remains
thank you Mark for your detailed response. so in case of your particular case a(n) (old) TV set is involved indeed. plus you write "... Enables the YouTube for TV interface in your browser .." which can be understood that way that you can control your TV set directly from the browser. i lost couple of hours, so 3-star remains
Antwort des Entwicklers
geschrieben am vor 8 MonatenThe add on-does exactly what is stated in the description. I don't understand why you would leave a rating, if you were looking for something entirely different.
My PC is connected to an old TV that doesn't have the YT app. I made the add-on, so I can watch YouTube from my couch, without having to get up every time I want to pause or change the video.
My PC is connected to an old TV that doesn't have the YT app. I made the add-on, so I can watch YouTube from my couch, without having to get up every time I want to pause or change the video.
19 Bewertungen
- Bewertet mit 4 von 5 Sternenvon Bassquake, vor 6 MonatenThis works pretty well.
Some caveats like having to use the tv version of the site in the browser which is understandable due to enabling cast options (you could just have it in a separate tab/window out of the way anyway), the other is that the cast name is Xbox 360, I'm assuming its spoofing the header in your browser so YouTube site thinks it is one. Would be nice to be able to change that but probably not possible.
All in all, this is useful for those that have a pc connected to a nice sound system and the tv is off and you can now cast music videos all from your phone. Nice job.
Edit: Just noticed you have to have the tab active or it just pauses. Is it possible to have it continue working while looking at other tabs?
Edit 2: A workaround for the annoying pausing for now is to have the youtube.tv tab in a new window instead and set this in about:config to false: media.block-autoplay-until-in-foreground - Bewertet mit 5 von 5 Sternenvon Firefox-Benutzer 12667782, vor 7 MonatenWorks as descibed, been using it for 3 days now. Pretty straightforward to set up really, so I'm quite happy with it. People complaining about functionality this extension never claimed to support should read the desciption a bit more extensively.
TY M.K. - Bewertet mit 1 von 5 Sternenvon Jojo, vor 9 MonatenThat thing tells me to find an icon that does not exist. Lost 10 minutes searching everywhere for the legendary icon.
Antwort des Entwicklers
geschrieben am vor 8 MonatenIt should be in the bottom left corner once you click the YouTube TV button at the top of the menu. I recorded a video showing how to use it. https://i.imgur.com/CwvpAAO.mp4
Is the cog button not there for you? They might be testing a new interface for some users. Please edit the review and let me know if the interface looks different for you, so I can look into this more. Thank you Antwort des Entwicklers
geschrieben am vor 8 MonatenWhat do you mean by "You need youtube TV?". That's just the version of YouTube that usually runs as an app on TV's. It's not a paid service or anything like that. A key feature of YouTube TV is that it let's you cast, while the normal browser version doesn't. This extensions lets you access YouTube TV in your browser as well, which is not available otherwise.- Bewertet mit 5 von 5 Sternenvon GetBroccli, vor einem JahrWorks. Probably shouldn't need to be an add-on, but hey, some people like it I guess. Please list your user-agent.
Antwort des Entwicklers
geschrieben am vor einem JahrThanks for the review. I made the extension, because I needed this functionality and wanted to have it wrapped up in a convenient package. The user-agent is for the Xbox Series X. Specifically:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox Series X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 Edge/20.02 - Bewertet mit 3 von 5 Sternenvon Cryen, vor einem JahrUnfortunetelly every time I try to use it I get:
"You are being directed to youtube.com"
"For a better experience, check your device’s app store for the official YouTube app."
And I get forcefully redirected to a normal site after a couple of seconds. There's no other button / wheel cog to change anything.
Any ideas?Antwort des Entwicklers
geschrieben am vor einem JahrSorry to hear it's not working. The message you're getting is the default response you get when the extension is not installed. This could be because another extension is overriding your user-agent. Can you try on a clean install of Firefox?
Extension reviews don't allow you to add further replies to this. You can edit your original review and I will be checking back to see your response. - Bewertet mit 4 von 5 Sternenvon kadzooks, vor einem JahrI thought this was just a web shortcut to the Youtube TV link, but it's also doing something to make Youtube think this is a TV so it actually works
- Bewertet mit 5 von 5 Sternenvon iogangi, vor einem Jahr
- Bewertet mit 1 von 5 Sternenvon Firefox-Benutzer 18248813, vor einem JahrCompletely garbage. Does NOT work at all. Waste of time. Removed after 10 min of trying to get it to run,.
Antwort des Entwicklers
geschrieben am vor einem JahrThank you for leaving feedback. It's unfortunate to hear that it didn't work for you. When you click on the extension icon in the browser, there are a couple of steps to follow, in order to start casting. Can you let me know which step was causing problems? I'd like find the root of the problem, so I can fix the extension. - Bewertet mit 5 von 5 Sternenvon akasico1, vor einem Jahr
- Bewertet mit 5 von 5 Sternenvon Alejo, vor einem Jahr
- Bewertet mit 5 von 5 Sternenvon Matthias Simon, vor 2 Jahren
- Bewertet mit 4 von 5 Sternenvon Hippo, vor 2 Jahrencan cast to 4k no problem but noticed that any video that runs 60 fps defaults to 720p. makes some videos unwatchable because of this issue
- Bewertet mit 1 von 5 Sternenvon armac911, vor 2 Jahren
- Bewertet mit 5 von 5 Sternenvon mp1010, vor 2 Jahren
- Bewertet mit 5 von 5 Sternenvon 7kt swe, vor 2 Jahrenthis addon becomes almost pointless when only having video quality support up to 720p..
I wrote and tested this fix in about:debugging#, this will make all video qualities available
Update background_script.js with this:
"use strict";
if (typeof browser === "undefined") {
var browser = chrome;
}
const targetPage = "https://*.youtube.com/*";
const uaKey = "user-agent";
const refKey = "referer"
const tvUa = "Mozilla/5.0 (PS4; Leanback Shell) Gecko/20100101 Firefox/65.0 LeanbackShell/01.00.01.75 Sony PS4/ (PS4, , no, CH)";
const tvPath = "/tv";
function rewriteUserAgentHeader(e) {
const targetPath = new URL(e.url).pathname;
const originPath = e.originUrl ? new URL(e.originUrl).pathname : undefined;
if (targetPath !== tvPath && originPath !== tvPath) {
return;
}
let uaHeader;
for (let header of e.requestHeaders) {
if (header.name.toLowerCase() === uaKey) {
uaHeader = header;
break;
}
}
if (uaHeader) {
uaHeader.value = tvUa;
}
return { requestHeaders: e.requestHeaders };
}
browser.webRequest.onBeforeSendHeaders.addListener(rewriteUserAgentHeader,
{ urls: [targetPage] },
["blocking", "requestHeaders"]);
**edit**
Well 2k is certainly better than 720p.
You're welcome.Antwort des Entwicklers
geschrieben am vor 2 JahrenThe quality issues has been fixed and now supports up to 1440p. 4k isn't available, because that is a premium feature and isn't accessible freely on any device. Please update the review to reflect this new version. - Bewertet mit 5 von 5 Sternenvon fever2k2, vor 2 Jahren