KIXEYE Flash Game Enabler

Allow KIXEYE Flash games to launch by default in Chrome version 69 and above

Hvad er KIXEYE Flash Game Enabler?

KIXEYE Flash Game Enabler er en Chrome-udvidelse udviklet af KIXEYE, og dens hovedfunktion er "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above".

Udvidelsesskærmbilleder

screenshot

Download KIXEYE Flash Game Enabler-udvidelses-CRX-fil

Download KIXEYE Flash Game Enabler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn KIXEYE Flash Game Enabler KIXEYE Flash Game Enabler
ID hffmfihlnmlgjniohpolledajiiiegfl
Officiel URL https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl
Beskrivelse Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
Filstørrelse 60.42 KB
Antal Installationer 10,000
Nuværende Version 1.0.3
Senest Opdateret 2019-09-03
Udgivelsesdato 2019-09-03
Bedømmelse 3.06/5 Samlet 53 Bedømmelser
Udvikler KIXEYE
Betalingsmetode free
Udvidelseswebsted https://www.kixeye.com
URL til Fortrolighedspolitik Side https://corp.kixeye.com/pp.html
Understøttede Sprog 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'"
}