F1 TV Theater mode
add theater mode button to F1 TV player
What is F1 TV Theater mode?
F1 TV Theater mode is a Chrome extension developed by FINPO, Inc., and its main feature is "add theater mode button to F1 TV player".
Extension Screenshots
Download F1 TV Theater mode Extension CRX File
Download F1 TV Theater mode 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
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.
Extension Basic Information
Name | F1 TV Theater mode |
ID | fohkojlngpbeilmdjeggnoabbnphgllc |
Official URL | https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc |
Description | add theater mode button to F1 TV player |
File Size | 8.96 KB |
Installation Count | 437 |
Current Version | 1.0 |
Last Updated | 2021-09-30 |
Publish Date | 2021-09-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | FINPO, Inc. |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |