7plus-responsive-video

Make the 7+ video player wide and more responsive

What is 7plus-responsive-video?

7plus-responsive-video is a Chrome extension developed by glen, and its main feature is "Make the 7+ video player wide and more responsive".

Extension Screenshots

screenshot
screenshot

Download 7plus-responsive-video Extension CRX File

Download 7plus-responsive-video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
Official URL https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
Description Make the 7+ video player wide and more responsive
File Size 3.34 KB
Installation Count 50
Current Version 1.0.0
Last Updated 2021-07-26
Publish Date 2021-07-26
Developer glen
Email [email protected]
Payment Type free
Extension Website https://github.com/GWilts/7plus-responsive-video
Help Page URL https://github.com/GWilts/7plus-responsive-video
Supported Languages 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"
            ]
        }
    ]
}