Gold Miner

Gold Miner is a puzzle game that you can play right in your browser.

什么是Gold Miner?

Gold Miner是由https://www.chromethemer.com开发的Chrome扩展程序,该扩展的主要功能是“Gold Miner is a puzzle game that you can play right in your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Gold Miner扩展crx文件

下载Gold Miner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gold Miner extension; Creates a cool custom icon in your web browser, that opens a pop-up link to play the full Gold Miner game, right in your browser. 

Gold Miner is a puzzle game that you can play right in your browser. The goal of the game is to collect all sized gold nuggets and jewels in the level and avoid barrels with gunpowder if you can.

20 levels plus to explore.

Access the game whenever you want to with this cool extension.                    

扩展基本信息

名称 Gold Miner Gold Miner
ID ihcdcbhkkldfeedenohiokeeopalkhde
官方URL https://chrome.google.com/webstore/detail/gold-miner/ihcdcbhkkldfeedenohiokeeopalkhde
简介 Gold Miner is a puzzle game that you can play right in your browser.
文件大小 84.64 KB
安装次数 337
当前版本 1.0
更新时间 2020-06-25
上架时间 2020-06-25
开发者 https://www.chromethemer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.chromethemer.com/
帮助页面URL https://www.chromethemer.com/
隐私政策页面URL https://www.chromethemer.com/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gold Miner",
    "description": "Gold Miner is a puzzle game that you can play right in your browser.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}