Gamekit
Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.
Cos'è Gamekit?
Gamekit è un'estensione di Chrome sviluppata da https://gamekit.com, e la sua funzione principale è "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gamekit
Scarica i file di estensione Gamekit 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
Informazioni di Base sull'Estensione
Nome | |
ID | jeedakojomhhndjiacgkhlkknflflchl |
URL Ufficiale | https://chrome.google.com/webstore/detail/gamekit/jeedakojomhhndjiacgkhlkknflflchl |
Descrizione | Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games. |
Dimensione del File | 210 KB |
Conteggio Installazioni | 30,000 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-12-12 |
Data di Pubblicazione | 2017-12-12 |
Valutazione | 4.89/5 Totale 14555 Valutazioni |
Sviluppatore | https://gamekit.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |