NotAGame 3

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

NotAGame 3とは何ですか?

NotAGame 3はNotADeveloperによって開発されたChromeの拡張機能で、その主な機能は「The Daymap Game in 3D. Press Shift to Start.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NotAGame 3拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}