Gamekit

Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.

Gamekit क्या है?

Gamekit https://gamekit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gamekit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Gamekit Gamekit
ID jeedakojomhhndjiacgkhlkknflflchl
आधिकारिक URL https://chrome.google.com/webstore/detail/gamekit/jeedakojomhhndjiacgkhlkknflflchl
विवरण Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.
फ़ाइल का आकार 210 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2017-12-12
प्रकाशन तिथि 2017-12-12
रेटिंग 4.89/5 कुल 14555 रेटिंग्स
डेवलपर https://gamekit.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}