Gamekit

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

Gamekit là gì?

Gamekit là một tiện ích mở rộng Chrome được phát triển bởi https://gamekit.com, và tính năng chính của nó là "Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gamekit

Tải xuống các tệp mở rộng Gamekit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gamekit Gamekit
ID jeedakojomhhndjiacgkhlkknflflchl
URL Chính Thức https://chrome.google.com/webstore/detail/gamekit/jeedakojomhhndjiacgkhlkknflflchl
Mô tả Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-12-12
Ngày Phát Hành 2017-12-12
Đánh Giá 4.89/5 Tổng số 14555 Đánh Giá
Nhà Phát Triển https://gamekit.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}