7plus-responsive-video

Make the 7+ video player wide and more responsive

什么是7plus-responsive-video?

7plus-responsive-video是由glen开发的Chrome扩展程序,该扩展的主要功能是“Make the 7+ video player wide and more responsive”。

扩展截图

screenshot
screenshot

下载7plus-responsive-video扩展crx文件

下载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"
            ]
        }
    ]
}