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 |
Eメール | [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" } } |