Not a Game
It's not a game!
Apa itu Not a Game?
Not a Game adalah ekstensi Chrome yang dikembangkan oleh NotADeveloper, dan fitur utamanya adalah "It's not a game!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Not a Game
Unduh file ekstensi Not a 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
It's not a game! Extension for DayMap. Press Shift to open/close the game. Use the arrow keys or WASD to control your character. Press R to restart the game. 1.4.4 UPDATE: + Unlock the Gold Cube if you finish in under 100 seconds! 1.4 UPDATE: + Added 2 New Levels! + Added New Type of Shooter! + Player Gets 2 More Lives! - Reset All Records
Informasi Dasar Ekstensi
Nama | |
ID | dgmnfpcplikoimfmcomfkjnamoccnjoi |
URL Resmi | https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi |
Deskripsi | It's not a game! |
Ukuran File | 303 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.4.5 |
Terakhir Diperbarui | 2016-12-09 |
Tanggal Publikasi | 2016-12-08 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | NotADeveloper |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Not a Game", "description": "It's not a game!", "version": "1.4.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon1.png" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/daymap.gihs.sa.edu.au\/*", "https:\/\/daymap.gihs.sa.edu.au\/*" ], "js": [ "game.js" ] } ] } |