KIXEYE Flash Game Enabler
Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
什么是KIXEYE Flash Game Enabler?
KIXEYE Flash Game Enabler是由KIXEYE开发的Chrome扩展程序,该扩展的主要功能是“Allow KIXEYE Flash games to launch by default in Chrome version 69 and above”。
扩展截图
下载KIXEYE Flash Game Enabler扩展crx文件
下载KIXEYE Flash Game Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | KIXEYE Flash Game Enabler |
ID | hffmfihlnmlgjniohpolledajiiiegfl |
官方URL | https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl |
简介 | Allow KIXEYE Flash games to launch by default in Chrome version 69 and above |
文件大小 | 60.42 KB |
安装次数 | 10,000 |
当前版本 | 1.0.3 |
更新时间 | 2019-09-03 |
上架时间 | 2019-09-03 |
评分 | 3.06/5 共53次评分 |
开发者 | KIXEYE |
付费类型 | free |
扩展官网 | https://www.kixeye.com |
隐私政策页面URL | https://corp.kixeye.com/pp.html |
支持的语言 | 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'" } |