GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
GamePoint Flash Enablerとは何ですか?
GamePoint Flash Enablerはhttp://www.gamepoint.comによって開発されたChromeの拡張機能で、その主な機能は「This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.」です。
拡張機能のスクリーンショット
GamePoint Flash Enabler拡張機能のCRXファイルをダウンロード
GamePoint Flash Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables flash for the GamePoint games so you don't have to.
拡張機能の基本情報
名前 | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
公式URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
説明 | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
ファイルサイズ | 701 KB |
インストール数 | 50,000 |
現在のバージョン | 1.3 |
最終更新日 | 2020-05-29 |
公開日 | 2020-05-28 |
評価 | 2.95/5 合計 41 レビュー |
開発者 | http://www.gamepoint.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.gamepoint.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamePoint Flash Enabler", "short_name": "GamePoint Flash Enabler", "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.", "version": "1.3", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_title": "GamePoint Flash Enabler" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "incognito": "split", "background": { "scripts": [ "js\/flashenabler.js" ], "persistent": false } } |