Among Us Online Edition for Chrome

Expand the fun in Among Us with our Chrome extension! Discover tricks, skins, and more to enhance your gaming experience.

Among Us Online Edition for Chromeคืออะไร?

Among Us Online Edition for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BlueApps.inc และคุณลักษณะหลักของมันคือ "Expand the fun in Among Us with our Chrome extension! Discover tricks, skins, and more to enhance your gaming experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Among Us Online Edition for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Among Us Online Edition for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get ready for an immersive and suspense-filled gaming experience with Among Us Online Edition for Chrome. Dive into the thrilling world of space intrigue as you join a crew on crucial missions in outer space.

In this popular online game, you'll need to be cunning and strategic to identify the impostor hiding among your crewmates. Use your deduction skills to uncover who's sabotaging the ship and putting the crew in danger.

Highlighted features of our extension:

Real-time gameplay: Join friends and players from around the world in exciting real-time matches.
Character customization: Personalize your character with a wide range of unique outfits and hats.
Private game rooms: Create your own private rooms and play exclusively with friends.
Integrated chat: Communicate with other players easily and effectively during matches.
Constant updates: Keep the excitement alive with periodic updates that add new features and challenges.

With Among Us Online Edition for Chrome, fun and excitement are guaranteed. Make new friends, showcase your detective skills, and discover the impostor in each match. Don't wait any longer to join this space adventure full of mystery and camaraderie! Download the extension now and join the intergalactic fun.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Among Us Online Edition for Chrome Among Us Online Edition for Chrome
ID dnapaljnkjeaekodcggohbmbdpjkfdki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/among-us-online-edition-f/dnapaljnkjeaekodcggohbmbdpjkfdki
คำอธิบาย Expand the fun in Among Us with our Chrome extension! Discover tricks, skins, and more to enhance your gaming experience.
ขนาดไฟล์ 17.08 MB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2023-09-14
คะแนน 3.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา BlueApps.inc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.html5.gamemonetize.co\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/index.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "scripting",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}