GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
What is GamePoint Flash Enabler?
GamePoint Flash Enabler is a Chrome extension developed by http://www.gamepoint.com, and its main feature is "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Extension Screenshots
Download GamePoint Flash Enabler Extension CRX File
Download GamePoint Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables flash for the GamePoint games so you don't have to.
Extension Basic Information
Name | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
Official URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Description | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
File Size | 701 KB |
Installation Count | 50,000 |
Current Version | 1.3 |
Last Updated | 2020-05-29 |
Publish Date | 2020-05-28 |
Rating | 2.95/5 Total 41 Ratings |
Developer | http://www.gamepoint.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gamepoint.com |
Supported Languages | 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 } } |