Better F1TV
Better F1 Video
什么是Better F1TV?
Better F1TV是由Jarques开发的Chrome扩展程序,该扩展的主要功能是“Better F1 Video”。
扩展截图
下载Better F1TV扩展crx文件
下载Better F1TV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improves the watching experience for F1TV. * Adds a new in-page fullscreen mode for a better viewing experience without having to go completely fullscreen. * Toggle-able camera list in this new view.
扩展基本信息
名称 | |
ID | njpmjjdckpogpncnenbkhgkjdgicahpa |
官方URL | https://chrome.google.com/webstore/detail/better-f1tv/njpmjjdckpogpncnenbkhgkjdgicahpa |
简介 | Better F1 Video |
文件大小 | 41.39 KB |
安装次数 | 521 |
当前版本 | 0.2.1 |
更新时间 | 2019-07-10 |
上架时间 | 2019-07-10 |
评分 | 3.00/5 共2次评分 |
开发者 | Jarques |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://jarqu.es |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better F1TV", "version": "0.2.1", "description": "Better F1 Video", "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery.js", "js\/f1.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/f1tv.formula1.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |