Not a Game

It's not a game!

Not a Gameคืออะไร?

Not a Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NotADeveloper และคุณลักษณะหลักของมันคือ "It's not a game!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Not a Game

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

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

                        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                    

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

ชื่อ Not a Game Not a Game
ID dgmnfpcplikoimfmcomfkjnamoccnjoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi
คำอธิบาย It's not a game!
ขนาดไฟล์ 303 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2016-12-09
วันที่เผยแพร่ 2016-12-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา NotADeveloper
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/detail/not-a-game/dgmnfpcplikoimfmcomfkjnamoccnjoi/support
ภาษาที่รองรับ 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"
            ]
        }
    ]
}