7plus-responsive-video

Make the 7+ video player wide and more responsive

Cos'è 7plus-responsive-video?

7plus-responsive-video è un'estensione di Chrome sviluppata da glen, e la sua funzione principale è "Make the 7+ video player wide and more responsive".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 7plus-responsive-video

Scarica i file di estensione 7plus-responsive-video 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

                        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.                    

Informazioni di Base sull'Estensione

Nome 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
URL Ufficiale https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
Descrizione Make the 7+ video player wide and more responsive
Dimensione del File 3.34 KB
Conteggio Installazioni 50
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-26
Data di Pubblicazione 2021-07-26
Sviluppatore glen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/GWilts/7plus-responsive-video
URL della Pagina di Aiuto https://github.com/GWilts/7plus-responsive-video
Lingue Supportate 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"
            ]
        }
    ]
}