Better F1TV
Better F1 Video
What is Better F1TV?
Better F1TV is a Chrome extension developed by Jarques, and its main feature is "Better F1 Video".
Extension Screenshots
Download Better F1TV Extension CRX File
Download Better F1TV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | njpmjjdckpogpncnenbkhgkjdgicahpa |
Official URL | https://chrome.google.com/webstore/detail/better-f1tv/njpmjjdckpogpncnenbkhgkjdgicahpa |
Description | Better F1 Video |
File Size | 41.39 KB |
Installation Count | 521 |
Current Version | 0.2.1 |
Last Updated | 2019-07-10 |
Publish Date | 2019-07-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jarques |
[email protected] | |
Payment Type | free |
Extension Website | http://jarqu.es |
Supported Languages | 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" } } |