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
公式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'"
}