Worlds Hardest Unblocked Game

Worlds Hardest Unblocked Game to play offline in Chrome

Worlds Hardest Unblocked Gameคืออะไร?

Worlds Hardest Unblocked Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Game Unblocker และคุณลักษณะหลักของมันคือ "Worlds Hardest Unblocked Game to play offline in Chrome"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worlds Hardest Unblocked Game

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

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

                        The World’s Hardest Game Unblocked is definitely not for the faint-hearted! If you’re looking for a game that will challenge your reflexes and puzzle-solving skills, then this game is perfect for you. It’s not just about speed, you’ll need to think carefully about each move you make to avoid the numerous obstacles in your path. With no shortage of levels to keep you entertained, you’ll find yourself getting hooked on the game in no time. Just don’t say I didn’t warn you about how hard it is!

How to Play:
- Arrow Keys to move
- Collect the yellow coins                    

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

ชื่อ Worlds Hardest Unblocked Game Worlds Hardest Unblocked Game
ID ieodphphhphnlmamoioncnmfhpfhapec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/worlds-hardest-unblocked/ieodphphhphnlmamoioncnmfhpfhapec
คำอธิบาย Worlds Hardest Unblocked Game to play offline in Chrome
ขนาดไฟล์ 5.44 MB
จำนวนการติดตั้ง 1,113
เวอร์ชันปัจจุบัน Unblocked
อัปเดตครั้งล่าสุด 2023-05-13
วันที่เผยแพร่ 2023-05-12
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Game Unblocker
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vS_sYkzCIF9YCEC9BRy-EVagecvFCUcEUfx2WPOABMYn-DvtSfgWqIL1Ji6naCqbObQvhqkcBra0S2y/pub
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "version": "1",
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "icons": {
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png",
        "128": "icon\/128.png"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "action": {
        "default_title": "Worlds Hardest Unblocked Game",
        "default_icon": "icon\/32.png"
    },
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/*",
                "polyfill\/chrome\/*",
                "polyfill\/edge\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version_name": "Unblocked",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}