In the Dark

A Smash Karts Hide and Seek minigame

In the Dark란 무엇입니까?

In the Dark은(는) JashSK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Smash Karts Hide and Seek minigame"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

In the Dark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}