Gamekit

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

Gamekitとは何ですか?

Gamekitはhttps://gamekit.comによって開発されたChromeの拡張機能で、その主な機能は「Games for free? Yes, it's possible! Play games, earn points and get free vouchers for games.」です。

拡張機能のスクリーンショット

screenshot

Gamekit拡張機能のCRXファイルをダウンロード

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"
        ]
    }
}