F1 TV Theater mode

add theater mode button to F1 TV player

Τι είναι το F1 TV Theater mode;

Το F1 TV Theater mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον FINPO, Inc., και η κύρια λειτουργία του είναι "add theater mode button to F1 TV player".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης F1 TV Theater mode

Λήψη αρχείων επέκτασης F1 TV Theater mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
Επίσημο URL https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Περιγραφή add theater mode button to F1 TV player
Μέγεθος Αρχείου 8.96 KB
Αριθμός Εγκαταστάσεων 437
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-09-30
Ημερομηνία Δημοσίευσης 2021-09-30
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής FINPO, Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}