Real Full

Real fullscreen for flash elements.

Real Fullとは何ですか?

Real FullはNour Khattabによって開発されたChromeの拡張機能で、その主な機能は「Real fullscreen for flash elements.」です。

Real Full拡張機能のCRXファイルをダウンロード

Real Full拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        !!!PLEASE NOTE IN BETA!!!

Provides real full screen for flash videos. 

Instructions: 
---Press Button
---Press F11 or turn on fullscreen mode to hide urlbar and co.

What it does is makes the video equal to the browser size and brings that video up in a new tab.

CURRENTLY ONLY WORKS FOR SITES HOSTING THE VIDEO/GAME.
Im currently working on getting it to work with sites that have the flash objects embedded, but give it a try, it might work.

Does not currently work with youtube (though you can just do http://labnol.blogspot.ca/2007/09/stretch-youtube-videos-to-fit-browser.html).


Please report any bugs, suggestions or sites where it does not work.                    

拡張機能の基本情報

名前 Real Full Real Full
ID adgolfmncdfcaimiddahndlkdmofkkac
公式URL https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac
説明 Real fullscreen for flash elements.
ファイルサイズ 4.28 KB
インストール数 60
現在のバージョン 1.0
最終更新日 2014-03-22
公開日 2014-03-22
評価 2.25/5 合計 4 レビュー
開発者 Nour Khattab
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Full",
    "version": "1.0",
    "description": "Real fullscreen for flash elements.",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "arrow_expand.png",
        "default_title": "Fullscreenify!"
    }
}