The Wikipedia Game
Can you make it to Hitler in time?
Wat is The Wikipedia Game?
The Wikipedia Game is een Chrome-extensie ontwikkeld door Sondre Agledahl, en de belangrijkste functie is "Can you make it to Hitler in time?".
Extensie Screenshots
Download het CRX-bestand van de extensie The Wikipedia Game
Download The Wikipedia Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | eegnphdhmfojbanefhnlipmlljgfoaef |
| Officiële URL | https://chromewebstore.google.com/detail/the-wikipedia-game/eegnphdhmfojbanefhnlipmlljgfoaef |
| Beschrijving | Can you make it to Hitler in time? |
| Bestandsgrootte | 5.54 MB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-12-11 |
| Publicatiedatum | 2016-12-11 |
| Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Sondre Agledahl |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |