Hazard | Shell Shockers Theme

A shellshockers theme for Hazard!

Hazard | Shell Shockers Theme란 무엇입니까?

Hazard | Shell Shockers Theme은(는) omeralp.tr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A shellshockers theme for Hazard!"입니다.

확장 프로그램 스크린샷

screenshot

Hazard | Shell Shockers Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This theme was coded by Magma, the design was all done by Hazard. Includes custom scope and crosshair! Hope you guys enjoy the theme! Thanks to Boolet for the template!                    

확장 프로그램 기본 정보

이름 Hazard | Shell Shockers Theme Hazard | Shell Shockers Theme
ID kielfepkmaliafegkoeckblcglcnccmj
공식 URL https://chrome.google.com/webstore/detail/hazard-shell-shockers-the/kielfepkmaliafegkoeckblcglcnccmj
설명 A shellshockers theme for Hazard!
파일 크기 16.36 KB
설치 횟수 354
현재 버전 1.3
최근 업데이트 2022-08-18
출시 날짜 2022-08-14
평점 4.71/5 총 14 개의 평점
개발자 omeralp.tr
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hazard | Shell Shockers Theme",
    "version": "1.3",
    "author": "Designed by Hazard | Programmed by Magma#9993",
    "description": "A shellshockers theme for Hazard!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/egghead.institute\/*",
                "https:\/\/shellshock.io\/*",
                "https:\/\/violentegg.club\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}