floatplane-cinema-mode

Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…

什么是floatplane-cinema-mode?

floatplane-cinema-mode是由boz.black开发的Chrome扩展程序,该扩展的主要功能是“Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…”。

扩展截图

screenshot

下载floatplane-cinema-mode扩展crx文件

下载floatplane-cinema-mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.                    

扩展基本信息

名称 floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
官方URL https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
简介 Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
文件大小 27.89 KB
安装次数 30
当前版本 0.2
更新时间 2019-10-08
上架时间 2019-10-08
评分 5.00/5 共1次评分
开发者 boz.black
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mr-black-8/floatplane-cinema-mode
帮助页面URL https://github.com/mr-black-8/floatplane-cinema-mode
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "floatplane-cinema-mode",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.floatplane.com\/*",
                "https:\/\/www.floatplane.com\/*"
            ],
            "css": [
                "fpcm-style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}