Gamekit
Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.
Qu'est-ce que Gamekit ?
Gamekit est une extension Chrome développée par https://gamekit.com, et sa fonction principale est "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gamekit
Téléchargez les fichiers d'extension Gamekit 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
Informations de Base sur l'Extension
Nom | |
ID | jeedakojomhhndjiacgkhlkknflflchl |
URL Officiel | https://chrome.google.com/webstore/detail/gamekit/jeedakojomhhndjiacgkhlkknflflchl |
Description | Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games. |
Taille du Fichier | 210 KB |
Nombre d'Installations | 30,000 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2017-12-12 |
Date de Publication | 2017-12-12 |
Évaluation | 4.89/5 Total 14555 Évaluations |
Développeur | https://gamekit.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamekit", "version": "1.0.4", "manifest_version": 2, "description": "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.", "author": "GAMEKIT SP. Z O.O.", "homepage_url": "https:\/\/gamekit.com", "minimum_chrome_version": "43", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/gamekit.com\/", "*:\/\/*.gamekit.com\/", "background", "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js 'sha256-KCiGbUpP+n5p4GriRKuydpwlxf7l7AEZ5+paMbsDdQ8='; object-src 'self'", "background": { "scripts": [ "tmp\/js\/background.js" ] } } |