Habboon Automatic Flash Acceptance
Automatically allows Flash player to run, rather than ask for permission each time.
Habboon Automatic Flash Acceptanceとは何ですか?
Habboon Automatic Flash AcceptanceはHabboonによって開発されたChromeの拡張機能で、その主な機能は「Automatically allows Flash player to run, rather than ask for permission each time.」です。
拡張機能のスクリーンショット
Habboon Automatic Flash Acceptance拡張機能のCRXファイルをダウンロード
Habboon Automatic Flash Acceptance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically set Flash permissions to 'allow' for the Habboon website.
拡張機能の基本情報
名前 | Habboon Automatic Flash Acceptance |
ID | akcafbaobcipanhmmfmkpneejopclhfg |
公式URL | https://chromewebstore.google.com/detail/habboon-automatic-flash-a/akcafbaobcipanhmmfmkpneejopclhfg |
説明 | Automatically allows Flash player to run, rather than ask for permission each time. |
ファイルサイズ | 33.23 KB |
インストール数 | 2,214 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-09-01 |
公開日 | 2019-02-09 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Habboon |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habboon Automatic Flash Acceptance", "version": "1.0.2", "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" } } |