Fullscreen Please

Enables full screen button on all embedded youtube videos.

什么是Fullscreen Please?

Fullscreen Please是由chaos9990开发的Chrome扩展程序,该扩展的主要功能是“Enables full screen button on all embedded youtube videos.”。

扩展截图

screenshot
screenshot
screenshot

下载Fullscreen Please扩展crx文件

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

扩展使用说明

                        This app was borne out of frustration at websites disabling the full screen option on embedded youtube videos. So I made an extension to fix that. If you get as annoyed as I do, this will ease your frustrations!

Feel free to send me feedback or bugs as I want to make this better! I know some sites won't be supported so just let me know via email and I can add them!

chad [at] thechadcampbell.com

And donate if you appreciate the work I do! :)

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=35WYLWH9LBWTW&lc=US&item_name=FullScreen%20Please¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest                    

扩展基本信息

名称 Fullscreen Please Fullscreen Please
ID amlilajfgbcljjokheaofnhbgmdcmbam
官方URL https://chrome.google.com/webstore/detail/fullscreen-please/amlilajfgbcljjokheaofnhbgmdcmbam
简介 Enables full screen button on all embedded youtube videos.
文件大小 29.51 KB
安装次数 178
当前版本 1.0.7
更新时间 2016-04-24
上架时间 2016-04-24
评分 3.71/5 共7次评分
开发者 chaos9990
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Please",
    "short_name": "FullScreen",
    "description": "Enables full screen button on all embedded youtube videos.",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}