Vex 4 Unblocked game

Vex 4 Unblocked game with stickman for free and offline

Vex 4 Unblocked gameとは何ですか?

Vex 4 Unblocked gameはVEX unblockedによって開発されたChromeの拡張機能で、その主な機能は「Vex 4 Unblocked game with stickman for free and offline」です。

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

screenshot
screenshot
screenshot

Vex 4 Unblocked game拡張機能のCRXファイルをダウンロード

Vex 4 Unblocked game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You are challenged once again in the world of Vex. There are many obstacles to beat, and your reflexes determine the outcome of every level. Can you beat this episode and claim the title of Vex 4 champion? Have fun!
Features:
- Cool physics and reflexes
- 9 acts to play, with the ability to play in hard mode
- Challenge room that consists of 30 floors to beat
- Different trophies
- The sequel to Vex 3                    

拡張機能の基本情報

名前 Vex 4 Unblocked game Vex 4 Unblocked game
ID phjhbkdgnjaokligmkimgnlagccanodn
公式URL https://chrome.google.com/webstore/detail/vex-4-unblocked-game/phjhbkdgnjaokligmkimgnlagccanodn
説明 Vex 4 Unblocked game with stickman for free and offline
ファイルサイズ 18.26 MB
インストール数 54,082
現在のバージョン 4.1
最終更新日 2022-08-31
公開日 2022-08-31
評価 4.00/5 合計 4 レビュー
開発者 VEX unblocked
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://extpose.com/privacy-policy
対応言語 ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,hi,th,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vex 4 Unblocked game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "sandbox": {
        "pages": [
            "vex4.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval';"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png"
    },
    "action": {
        "default_title": "Vex 4",
        "default_icon": {
            "128": "images\/128.png",
            "32": "images\/32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "4.1"
}