KIXEYE Flash Game Enabler

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

Cos'è KIXEYE Flash Game Enabler?

KIXEYE Flash Game Enabler è un'estensione di Chrome sviluppata da KIXEYE, e la sua funzione principale è "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KIXEYE Flash Game Enabler

Scarica i file di estensione KIXEYE Flash Game Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome KIXEYE Flash Game Enabler KIXEYE Flash Game Enabler
ID hffmfihlnmlgjniohpolledajiiiegfl
URL Ufficiale https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl
Descrizione Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
Dimensione del File 60.42 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-09-03
Data di Pubblicazione 2019-09-03
Valutazione 3.06/5 Totale 53 Valutazioni
Sviluppatore KIXEYE
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kixeye.com
URL della Pagina della Politica sulla Privacy https://corp.kixeye.com/pp.html
Lingue Supportate 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'"
}