In the Dark

A Smash Karts Hide and Seek minigame

In the Darkคืออะไร?

In the Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JashSK และคุณลักษณะหลักของมันคือ "A Smash Karts Hide and Seek minigame"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In the Dark

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

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

                        In the Dark is a Hide and Seek mini game that plays on top of Smash Karts. Gather up your friends for a fun and spooky time!

* EPILEPSY WARNING *
This extension contains contains fast flashing images. It may cause discomfort and trigger seizures for people with photosensitive epilepsy.

SETUP
1) Add the extension to your browser. *All players must have the extension*
2) Go to smashkarts.io
3) Click the new flashlight button that shows up in game
4) Join or create a private room
5) Change camera view to "Close" from Smash Karts settings page.
6) Start the "In the Dark" overlay

HOW TO PLAY
Designate one or more players as the "seeker" and the rest as "hiders". The seeker's goal is to find and shoot the hiders. Only the seeker may use weapons. But be warned, every 20 seconds a flash of lightning will light up the screen revealing  player's locations!
There are many other ways to play so have fun experimenting!

ATTRIBUTIONS
The following music tracks were used:
Forgotten by REPULSIVE: https://youtu.be/pc2MbqAFf7U
Intruder by Karl Casey @ White Bat Audio: https://youtu.be/MA_a4UjKRG8


———————————————————————————————————————


This extension was developed by JashSK and SeanySean. Check out their YouTube channels for more content.                    

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

ชื่อ In the Dark In the Dark
ID fnknkapchbklfgbfimfgcapmdnlkdajg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/in-the-dark/fnknkapchbklfgbfimfgcapmdnlkdajg
คำอธิบาย A Smash Karts Hide and Seek minigame
ขนาดไฟล์ 9.19 MB
จำนวนการติดตั้ง 687
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-10-30
วันที่เผยแพร่ 2021-10-29
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา JashSK
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.youtube.com/channel/UCnb2FsAV8vKZy-YYN85ZMiw
URL หน้าช่วยเหลือ https://www.youtube.com/watch?v=gi5UTJ3_EY8&ab_channel=JashSK
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "In the Dark",
    "version": "1.2",
    "description": "A Smash Karts Hide and Seek minigame",
    "icons": {
        "16": "\/assets\/images\/icons\/flashlight16rounded.png",
        "48": "\/assets\/images\/icons\/flashlight48rounded.png",
        "128": "\/assets\/images\/icons\/flashlight128rounded.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                "https:\/\/smashkarts.io\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/smashkarts.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ]
}