Hangout Flash Enabler
Automatically allows Flash player to run, rather than ask for permission each time.
Hangout Flash Enablerとは何ですか?
Hangout Flash Enablerはpennywise.hangout.phによって開発されたChromeの拡張機能で、その主な機能は「Automatically allows Flash player to run, rather than ask for permission each time.」です。
拡張機能のスクリーンショット
Hangout Flash Enabler拡張機能のCRXファイルをダウンロード
Hangout Flash Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will allow you to automatically enable flash on hangout. This will help you to get in the client easier.
拡張機能の基本情報
名前 | |
ID | anbgkbldijjkcobgockaldnflcopphom |
公式URL | https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom |
説明 | Automatically allows Flash player to run, rather than ask for permission each time. |
ファイルサイズ | 33.98 KB |
インストール数 | 154 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-10-14 |
公開日 | 2020-04-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | pennywise.hangout.ph |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hangout.ph |
ヘルプページのURL | https://hangout.ph |
プライバシーポリシーページのURL | https://hangout.ph/help/10-privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-96x96.png" }, "description": "Automatically allows Flash player to run, rather than ask for permission each time.", "icons": { "128": "images\/icon-128x128.png", "144": "images\/icon-144x144.png", "152": "images\/icon-152x152.png", "192": "images\/icon-192x192.png", "384": "images\/icon-384x384.png", "512": "images\/icon-512x512.png", "72": "images\/icon-72x72.png", "96": "images\/icon-96x96.png" }, "manifest_version": 2, "name": "Hangout Flash Enabler", "permissions": [ "contentSettings" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |