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.
扩展基本信息
名称 | |
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!" } } |