NotAGame 3

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

NotAGame 3คืออะไร?

NotAGame 3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NotADeveloper และคุณลักษณะหลักของมันคือ "The Daymap Game in 3D. Press Shift to Start."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotAGame 3

ดาวน์โหลดไฟล์ส่วนขยาย NotAGame 3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NotAGame 3 NotAGame 3
ID hajiinjegojmjfccmkpbjkapbmmcbhai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notagame-3/hajiinjegojmjfccmkpbjkapbmmcbhai
คำอธิบาย The Daymap Game in 3D. Press Shift to Start.
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2018-04-03
วันที่เผยแพร่ 2018-04-02
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา NotADeveloper
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}