Stumble Guys

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

O que é Stumble Guys?

Stumble Guys é uma extensão do Chrome desenvolvida por Subway Surfers Unblocked, e sua principal característica é "Stumble Guys - Play the Game and Discover More with Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stumble Guys

Baixe arquivos de extensão Stumble Guys no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Stumble Guys Stumble Guys
ID eelhcnnflfnddmoljbpkpmackhcmdfoj
URL Oficial https://chromewebstore.google.com/detail/stumble-guys/eelhcnnflfnddmoljbpkpmackhcmdfoj
Descrição Stumble Guys - Play the Game and Discover More with Chrome Extension
Tamanho do Arquivo 4.61 MB
Contagem de Instalações 20,000
Versão Atual 1.0.1
Última Atualização 2023-05-04
Data de Publicação 2023-05-03
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor Subway Surfers Unblocked
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vSwlA38Hjd9-QCXuAaimeRln9AUyB-RvUCGsfdCZ-NXOSShmGAyYH-ql-uhgWClXIS44ZgAwnU_fy1V/pub
Idiomas Suportados 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"
        ]
    }
}