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”。

擴展截圖

screenshot

下載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 KIXEYE Flash Game Enabler
ID hffmfihlnmlgjniohpolledajiiiegfl
官方網址 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'"
}