The Wikipedia Game

Can you make it to Hitler in time?

什么是The Wikipedia Game?

The Wikipedia Game是由Sondre Agledahl开发的Chrome扩展程序,该扩展的主要功能是“Can you make it to Hitler in time?”。

扩展截图

screenshot

下载The Wikipedia Game扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 The Wikipedia Game The Wikipedia Game
ID eegnphdhmfojbanefhnlipmlljgfoaef
官方URL https://chromewebstore.google.com/detail/the-wikipedia-game/eegnphdhmfojbanefhnlipmlljgfoaef
简介 Can you make it to Hitler in time?
文件大小 5.54 MB
安装次数 60
当前版本 1.0
更新时间 2016-12-11
上架时间 2016-12-11
评分 3.00/5 共1次评分
开发者 Sondre Agledahl
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Wikipedia Game",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Can you make it to Hitler in time?",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/en.wikipedia.org\/"
    ],
    "web_accessible_resources": [
        "icon.png",
        "lose_sound.mp3",
        "win_sound.wav"
    ]
}