YouTube for TV Without Adware
Allows youtube.com/tv to load from non-mobile browsers (and without adware)
什么是YouTube for TV Without Adware?
YouTube for TV Without Adware是由Wrybread开发的Chrome扩展程序,该扩展的主要功能是“Allows youtube.com/tv to load from non-mobile browsers (and without adware)”。
扩展截图
下载YouTube for TV Without Adware扩展crx文件
下载YouTube for TV Without Adware扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window.
To use:
1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code
2) Open youtube.com/pair in another window and enter that code.
You should now be able to control the window from Step 1 from any other youtube.com window.
And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up... 扩展基本信息
| 名称 | |
| ID | fineefhnleogndjepcabcddamodbkcjo |
| 官方URL | https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo |
| 简介 | Allows youtube.com/tv to load from non-mobile browsers (and without adware) |
| 文件大小 | 16.65 KB |
| 安装次数 | 536 |
| 当前版本 | 1.2 |
| 更新时间 | 2021-10-12 |
| 上架时间 | 2020-10-25 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Wrybread |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://gizmoware.net/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube for TV Without Adware",
"short_name": "youtube-for-tv-without-adware",
"description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)",
"version": "1.2",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_icon": "icons\/48.png",
"default_popup": "popup.html"
},
"permissions": [
"*:\/\/*.youtube.com\/tv*",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"background.js"
]
}
} | |