F1 TV Theater mode
add theater mode button to F1 TV player
什么是F1 TV Theater mode?
F1 TV Theater mode是由FINPO, Inc.开发的Chrome扩展程序,该扩展的主要功能是“add theater mode button to F1 TV player”。
扩展截图
下载F1 TV Theater mode扩展crx文件
下载F1 TV Theater mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
when you watching F1 TV stream video the video screen is very small, If you want more bigger screen, You can't !! after install this you will get a theater mode button, just like watch Youtube. now you can watch video in page full screen.
扩展基本信息
名称 | F1 TV Theater mode |
ID | fohkojlngpbeilmdjeggnoabbnphgllc |
官方URL | https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc |
简介 | add theater mode button to F1 TV player |
文件大小 | 8.96 KB |
安装次数 | 437 |
当前版本 | 1.0 |
更新时间 | 2021-09-30 |
上架时间 | 2021-09-30 |
评分 | 5.00/5 共7次评分 |
开发者 | FINPO, Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "F1 TV Theater mode", "description": "add theater mode button to F1 TV player", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/f1tv.formula1.com\/*" ], "js": [ "execute.js" ] } ], "icons": { "128": "\/icon.png", "16": "\/icon.png", "48": "\/icon.png" } } |