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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}