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
官方網址 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!"
    }
}