NotAGame 3

The Daymap Game in 3D. Press Shift to Start.

Qu'est-ce que NotAGame 3 ?

NotAGame 3 est une extension Chrome développée par NotADeveloper, et sa fonction principale est "The Daymap Game in 3D. Press Shift to Start.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NotAGame 3

Téléchargez les fichiers d'extension NotAGame 3 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The Daymap Game in 3D! Press Shift to Start!
Use WASD to move the player. Use the arrow keys to move the camera.
Avoid falling off the platforms or being hit by a projectile.                    

Informations de Base sur l'Extension

Nom NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Officiel https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Description The Daymap Game in 3D. Press Shift to Start.
Taille du Fichier 152 KB
Nombre d'Installations 35
Version Actuelle 3.0
Dernière Mise à Jour 2018-04-03
Date de Publication 2018-04-02
Évaluation 4.00/5 Total 6 Évaluations
Développeur NotADeveloper
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotAGame 3",
    "description": "The Daymap Game in 3D. Press Shift to Start.",
    "version": "3.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon1.png"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/script.js",
                "src\/three.min.js"
            ]
        }
    ]
}