KIXEYE Flash Game Enabler
Allow KIXEYE Flash games to launch by default in Chrome version 69 and above
Qu'est-ce que KIXEYE Flash Game Enabler ?
KIXEYE Flash Game Enabler est une extension Chrome développée par KIXEYE, et sa fonction principale est "Allow KIXEYE Flash games to launch by default in Chrome version 69 and above".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KIXEYE Flash Game Enabler
Téléchargez les fichiers d'extension KIXEYE Flash Game Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | KIXEYE Flash Game Enabler |
ID | hffmfihlnmlgjniohpolledajiiiegfl |
URL Officiel | https://chromewebstore.google.com/detail/kixeye-flash-game-enabler/hffmfihlnmlgjniohpolledajiiiegfl |
Description | Allow KIXEYE Flash games to launch by default in Chrome version 69 and above |
Taille du Fichier | 60.42 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-09-03 |
Date de Publication | 2019-09-03 |
Évaluation | 3.06/5 Total 53 Évaluations |
Développeur | KIXEYE |
Type de Paiement | free |
Site Web de l'Extension | https://www.kixeye.com |
URL de la Page de Politique de Confidentialité | https://corp.kixeye.com/pp.html |
Langues Prises en Charge | 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'" } |