Not a Game
It's not a game!
Cos'è Not a Game?
Not a Game è un'estensione di Chrome sviluppata da NotADeveloper, e la sua funzione principale è "It's not a game!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Not a Game
Scarica i file di estensione Not a Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dgmnfpcplikoimfmcomfkjnamoccnjoi |
URL Ufficiale | https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi |
Descrizione | It's not a game! |
Dimensione del File | 303 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.4.5 |
Ultimo Aggiornamento | 2016-12-09 |
Data di Pubblicazione | 2016-12-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | NotADeveloper |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support |
Lingue Supportate | 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" ] } ] } |