Better F1TV
Better F1 Video
Cos'è Better F1TV?
Better F1TV è un'estensione di Chrome sviluppata da Jarques, e la sua funzione principale è "Better F1 Video".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better F1TV
Scarica i file di estensione Better F1TV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | njpmjjdckpogpncnenbkhgkjdgicahpa |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-f1tv/njpmjjdckpogpncnenbkhgkjdgicahpa |
Descrizione | Better F1 Video |
Dimensione del File | 41.39 KB |
Conteggio Installazioni | 521 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2019-07-10 |
Data di Pubblicazione | 2019-07-10 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Jarques |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://jarqu.es |
Lingue Supportate | 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" } } |