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"
]
} | |