Cluster Rush Unblocked

Cluster Rush Unblocked Game in Chrome

Co to jest Cluster Rush Unblocked?

Cluster Rush Unblocked to rozszerzenie Chrome opracowane przez Unblocked 🔥 ultimate 🤩, a jego główną funkcją jest „Cluster Rush Unblocked Game in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cluster Rush Unblocked

Pobierz pliki rozszerzeń Cluster Rush Unblocked w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🚀 Get ready to experience the adrenaline-pumping action of Cluster Rush Unblocked, the ultimate first-person platform game with a crazy and exhilarating premise! 💥 Your mission, should you choose to accept it, is to jump between multiple trucks in motion and reach your target. But here's the catch: your character can never stop running, leaving you no time to catch your breath! 😱

In Cluster Rush Unblocked, you'll be jumping from truck to truck, racing against time and facing challenges that will test your skills and reflexes. With the power of your cursor 👉👈, you can make your character run towards the left or right, dodging obstacles and grabbing onto the back of the truck by repeatedly tapping the jump button. And the excitement doesn't end there! You can even push off the side of the truck and continue jumping towards your goal! 🤩

The game is divided into multiple levels, each with increasing difficulty levels that will push you to the edge. Starting with simple straight-line jumps, you'll soon face tougher challenges, such as intersecting trucks that require utmost attention and precision to clear. But fear not, because with every level cleared, you'll earn new abilities and power-ups that will help you on your quest. 🔥

Cluster Rush Unblocked features cutting-edge graphics that immerse you in the high-speed action and an original gameplay that will keep you hooked for hours. And if that's not enough, you can even use the level editor to create your own unique challenges and share them with friends and the community. 🎉

So what are you waiting for? Join the millions of players worldwide and download Cluster Rush Unblocked today! Get ready to jump, dodge, and push your way to victory in the ultimate truck-jumping challenge! 🚛💨💥                    

Podstawowe informacje o rozszerzeniu

Nazwa Cluster Rush Unblocked Cluster Rush Unblocked
ID fibjlfhgmldbiidgcfoejodjodhphiep
Oficjalny URL https://chromewebstore.google.com/detail/cluster-rush-unblocked/fibjlfhgmldbiidgcfoejodjodhphiep
Opis Cluster Rush Unblocked Game in Chrome
Rozmiar pliku 11.31 MB
Liczba instalacji 2,811
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-04-13
Data Publikacji 2023-04-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unblocked 🔥 ultimate 🤩
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vQk9aEEJnkuN49BsYRZG_plKGPtNt3HGPHvFAiXWkv31c4FvO6AtpBHOGUa9YOHQUeMQi4ki_9vr20E/pub
Obsługiwane Języki en
manifest.json
{
    "name": "Cluster Rush Unblocked",
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "description": "Cluster Rush Unblocked Game in Chrome",
    "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'"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/connect.js",
                "polyfill\/chrome\/polyfill.min.js",
                "polyfill\/edge\/polyfill.min.js",
                "polyfill\/firefox\/polyfill.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "version": "2.0",
    "action": {
        "default_title": "Cluster Rush Unblocked",
        "default_icon": "icon\/32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.wikipedia.org\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}