Full Screen Flash
If it detects a flash application, displays a button for full screen display
什么是Full Screen Flash?
Full Screen Flash是由http://fullscreen-flash.net开发的Chrome扩展程序,该扩展的主要功能是“If it detects a flash application, displays a button for full screen display”。
扩展截图
下载Full Screen Flash扩展crx文件
下载Full Screen Flash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FULL SCREEN FLASH If it detects a flash application, displays a button for full screen display. It gives you the option to make it full screen.
扩展基本信息
名称 | |
ID | bhdldlonfinlckniaobgoadifkdldhhf |
官方URL | https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf |
简介 | If it detects a flash application, displays a button for full screen display |
文件大小 | 98.4 KB |
安装次数 | 5,297 |
当前版本 | 1.0 |
更新时间 | 2016-06-10 |
上架时间 | 2016-06-10 |
评分 | 3.40/5 共97次评分 |
开发者 | http://fullscreen-flash.net |
付费类型 | free |
隐私政策页面URL | http://chromereload.net/siteprivacy.html |
支持的语言 | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon16.png", "default_title": "Full Screen Flash" }, "default_locale": "en", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "icons\/enable.png" ] } |