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 |
官方網址 | 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" } } |