Stumble Guys

Stumble Guys - Play the Game and Discover More with Chrome Extension

What is Stumble Guys?

Stumble Guys is a Chrome extension developed by Subway Surfers Unblocked, and its main feature is "Stumble Guys - Play the Game and Discover More with Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Stumble Guys Extension CRX File

Download Stumble Guys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Stumble Guys is an chrome extension battle royale party game! Race with up to 32 players dashing through chaotic obstacle courses.
Run, jump and dash to the finish line until the best player takes the crown!

If you're looking for an exciting game, Stumble Guys is the game for you! Run, dash, slide past opponents & overcome obstacles. The obstacles can include things like spinning platforms, swinging pendulums, and giant rolling balls.

This game is ad-free! Enjoy! Join the endless running fun!                    

Extension Basic Information

Name Stumble Guys Stumble Guys
ID eelhcnnflfnddmoljbpkpmackhcmdfoj
Official URL https://chromewebstore.google.com/detail/stumble-guys/eelhcnnflfnddmoljbpkpmackhcmdfoj
Description Stumble Guys - Play the Game and Discover More with Chrome Extension
File Size 4.61 MB
Installation Count 20,000
Current Version 1.0.1
Last Updated 2023-05-04
Publish Date 2023-05-03
Rating 4.38/5 Total 8 Ratings
Developer Subway Surfers Unblocked
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vSwlA38Hjd9-QCXuAaimeRln9AUyB-RvUCGsfdCZ-NXOSShmGAyYH-ql-uhgWClXIS44ZgAwnU_fy1V/pub
Supported Languages de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.0.1",
    "name": "__MSG_name__",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'; child-src 'self'; worker-src 'self'",
        "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": "Stumble Guys",
        "default_icon": "icon\/32.png"
    },
    "icons": {
        "64": "icon\/64.png",
        "48": "icon\/48.png",
        "32": "icon\/32.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.wikipedia.org\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/attach.js",
                "polyfill\/chrome\/polyfill.min.js",
                "polyfill\/edge\/*",
                "polyfill\/firefox\/polyfill.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "sandbox": {
        "pages": [
            "guys.html"
        ]
    }
}