NotAGame 3

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

Apa itu NotAGame 3?

NotAGame 3 adalah ekstensi Chrome yang dikembangkan oleh NotADeveloper, dan fitur utamanya adalah "The Daymap Game in 3D. Press Shift to Start.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NotAGame 3

Unduh file ekstensi NotAGame 3 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

                        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.                    

Informasi Dasar Ekstensi

Nama NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL Resmi https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
Deskripsi The Daymap Game in 3D. Press Shift to Start.
Ukuran File 152 KB
Jumlah Instalasi 35
Versi Saat Ini 3.0
Terakhir Diperbarui 2018-04-03
Tanggal Publikasi 2018-04-02
Penilaian 4.00/5 Total 6 Penilaian
Pengembang NotADeveloper
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}