7plus-responsive-video

Make the 7+ video player wide and more responsive

Wat is 7plus-responsive-video?

7plus-responsive-video is een Chrome-extensie ontwikkeld door glen, en de belangrijkste functie is "Make the 7+ video player wide and more responsive".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 7plus-responsive-video

Download 7plus-responsive-video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
Officiële URL https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
Beschrijving Make the 7+ video player wide and more responsive
Bestandsgrootte 3.34 KB
Aantal Installaties 50
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-07-26
Publicatiedatum 2021-07-26
Ontwikkelaar glen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/GWilts/7plus-responsive-video
Help Pagina-URL https://github.com/GWilts/7plus-responsive-video
Ondersteunde Talen 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"
            ]
        }
    ]
}