KIXEYE Flash Game Enabler
Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
What is KIXEYE Flash Game Enabler?
KIXEYE Flash Game Enabler is a Chrome extension developed by KIXEYE, and its main feature is "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above".
Extension Screenshots
Download KIXEYE Flash Game Enabler Extension CRX File
Download KIXEYE Flash Game 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
With this extension, Flash Player will run by default for KIXEYE games on Facebook or KIXEYE.com. Flash permissions for all other sites will not change.
Extension Basic Information
Name | KIXEYE Flash Game Enabler |
ID | hffmfihlnmlgjniohpolledajiiiegfl |
Official URL | https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl |
Description | Allow KIXEYE Flash games to launch by default in Chrome version 69 and above |
File Size | 60.42 KB |
Installation Count | 10,000 |
Current Version | 1.0.3 |
Last Updated | 2019-09-03 |
Publish Date | 2019-09-03 |
Rating | 3.06/5 Total 53 Ratings |
Developer | KIXEYE |
Payment Type | free |
Extension Website | https://www.kixeye.com |
Privacy Policy Page URL | https://corp.kixeye.com/pp.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIXEYE Flash Game Enabler", "description": "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above", "manifest_version": 2, "version": "1.0.3", "icons": { "16": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "32": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "48": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "128": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png" }, "browser_action": { "default_icon": { "16": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "32": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "48": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png", "128": "images\/kixeye_logo_dimensional_black_unicorn_128x128.png" }, "default_popup": "html\/popup.html", "default_title": "KIXEYE Flash Game Enabler" }, "permissions": [ "contentSettings", "storage" ], "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js", "persistence.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |