7plus-responsive-video

Make the 7+ video player wide and more responsive

Τι είναι το 7plus-responsive-video;

Το 7plus-responsive-video είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον glen, και η κύρια λειτουργία του είναι "Make the 7+ video player wide and more responsive".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 7plus-responsive-video

Λήψη αρχείων επέκτασης 7plus-responsive-video σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Make the 7plus video player more responsive. 
This allows the video player to take full use of the available space by slightly rearranging the elements on the page.                    

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

Όνομα 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
Επίσημο URL https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
Περιγραφή Make the 7+ video player wide and more responsive
Μέγεθος Αρχείου 3.34 KB
Αριθμός Εγκαταστάσεων 50
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-07-26
Ημερομηνία Δημοσίευσης 2021-07-26
Προγραμματιστής glen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/GWilts/7plus-responsive-video
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/GWilts/7plus-responsive-video
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7plus-responsive-video",
    "version": "1.0.0",
    "description": "Make the 7+ video player wide and more responsive",
    "short_name": "Make the 7+ video player responsive",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/7plus.com.au\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}