Stumble Guys

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

Stumble Guys란 무엇입니까?

Stumble Guys은(는) Subway Surfers Unblocked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stumble Guys - Play the Game and Discover More with Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Stumble Guys 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Stumble Guys Stumble Guys
ID eelhcnnflfnddmoljbpkpmackhcmdfoj
공식 URL https://chromewebstore.google.com/detail/stumble-guys/eelhcnnflfnddmoljbpkpmackhcmdfoj
설명 Stumble Guys - Play the Game and Discover More with Chrome Extension
파일 크기 4.61 MB
설치 횟수 20,000
현재 버전 1.0.1
최근 업데이트 2023-05-04
출시 날짜 2023-05-03
평점 4.38/5 총 8 개의 평점
개발자 Subway Surfers Unblocked
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vSwlA38Hjd9-QCXuAaimeRln9AUyB-RvUCGsfdCZ-NXOSShmGAyYH-ql-uhgWClXIS44ZgAwnU_fy1V/pub
지원되는 언어 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"
        ]
    }
}