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文件

下載Stumble Guys擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}