The Wikipedia Game
Can you make it to Hitler in time?
Apa itu The Wikipedia Game?
The Wikipedia Game adalah ekstensi Chrome yang dikembangkan oleh Sondre Agledahl, dan fitur utamanya adalah "Can you make it to Hitler in time?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Wikipedia Game
Unduh file ekstensi The Wikipedia Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | The Wikipedia Game |
ID | eegnphdhmfojbanefhnlipmlljgfoaef |
URL Resmi | https://chromewebstore.google.com/detail/the-wikipedia-game/eegnphdhmfojbanefhnlipmlljgfoaef |
Deskripsi | Can you make it to Hitler in time? |
Ukuran File | 5.54 MB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-11 |
Tanggal Publikasi | 2016-12-11 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Sondre Agledahl |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |