Fresh Hotel Automatic Flash Acceptance
Automatically allows Flash player to run, rather than ask for permission each time.
Fresh Hotel Automatic Flash Acceptanceとは何ですか?
Fresh Hotel Automatic Flash Acceptanceはhttps://fresh-hotel.orgによって開発されたChromeの拡張機能で、その主な機能は「Automatically allows Flash player to run, rather than ask for permission each time.」です。
拡張機能のスクリーンショット
Fresh Hotel Automatic Flash Acceptance拡張機能のCRXファイルをダウンロード
Fresh Hotel Automatic Flash Acceptance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically set Flash permissions to 'allow' for the Fresh Hotel website, to avoid connectivity issues arising in the future. 拡張機能の基本情報
| 名前 | |
| ID | akhdojncgcgflecepkmdhbdgnacgjbhg |
| 公式URL | https://chromewebstore.google.com/detail/fresh-hotel-automatic-fla/akhdojncgcgflecepkmdhbdgnacgjbhg |
| 説明 | Automatically allows Flash player to run, rather than ask for permission each time. |
| ファイルサイズ | 33.33 KB |
| インストール数 | 982 |
| 現在のバージョン | 1.0.25 |
| 最終更新日 | 2019-07-06 |
| 公開日 | 2019-07-05 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | https://fresh-hotel.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://fresh-hotel.org |
| ヘルプページのURL | https://forum.fresh-hotel.org |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fresh Hotel Automatic Flash Acceptance",
"version": "1.0.25",
"description": "Automatically allows Flash player to run, rather than ask for permission each time.",
"permissions": [
"contentSettings"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"icons": {
"512": "images\/icon-512x512.png",
"384": "images\/icon-384x384.png",
"192": "images\/icon-192x192.png",
"152": "images\/icon-152x152.png",
"144": "images\/icon-144x144.png",
"128": "images\/icon-128x128.png",
"96": "images\/icon-96x96.png",
"72": "images\/icon-72x72.png"
},
"browser_action": {
"default_icon": "images\/icon-96x96.png"
}
} | |