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
}