Stumble Guys

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

Wat is Stumble Guys?

Stumble Guys is een Chrome-extensie ontwikkeld door Subway Surfers Unblocked, en de belangrijkste functie is "Stumble Guys - Play the Game and Discover More with Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stumble Guys

Download Stumble Guys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Stumble Guys Stumble Guys
ID eelhcnnflfnddmoljbpkpmackhcmdfoj
Officiële URL https://chromewebstore.google.com/detail/stumble-guys/eelhcnnflfnddmoljbpkpmackhcmdfoj
Beschrijving Stumble Guys - Play the Game and Discover More with Chrome Extension
Bestandsgrootte 4.61 MB
Aantal Installaties 20,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2023-05-03
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar Subway Surfers Unblocked
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vSwlA38Hjd9-QCXuAaimeRln9AUyB-RvUCGsfdCZ-NXOSShmGAyYH-ql-uhgWClXIS44ZgAwnU_fy1V/pub
Ondersteunde Talen 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"
        ]
    }
}