F1 TV Large Player
Makes the video player on F1TV larger without needing to go full-screen
F1 TV Large Player क्या है?
F1 TV Large Player dwoods0001 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the video player on F1TV larger without needing to go full-screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में F1 TV Large Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you tired of having to view F1TV in either a tiny window or full screen? Well now you don't have to. This extension makes the player as large as possible with the available space on your screen. You can even hide the header row for the largest possible player.
एक्सटेंशन की मूल जानकारी
नाम | F1 TV Large Player |
ID | dlaemaaokckckhljgoooidebjcdefnfb |
आधिकारिक URL | https://chromewebstore.google.com/detail/f1-tv-large-player/dlaemaaokckckhljgoooidebjcdefnfb |
विवरण | Makes the video player on F1TV larger without needing to go full-screen |
फ़ाइल का आकार | 1.22 MB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-07-09 |
प्रकाशन तिथि | 2023-07-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | dwoods0001 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "F1 TV Large Player", "version": "1.0.0", "description": "Makes the video player on F1TV larger without needing to go full-screen", "author": "[email protected]", "host_permissions": [ "https:\/\/f1tv.formula1.com\/detail\/*" ], "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "action": { "default_icon": "logo.png" }, "content_scripts": [ { "js": [ "f1tvlargeplayer.js" ], "matches": [ "https:\/\/f1tv.formula1.com\/detail\/*" ] } ], "options_page": "options.html", "background": { "service_worker": "background.js" } } |