Gamekit

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

Gamekitคืออะไร?

Gamekit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamekit.com และคุณลักษณะหลักของมันคือ "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gamekit

ดาวน์โหลดไฟล์ส่วนขยาย Gamekit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        ]
    }
}