GamerCaptain | Shell Theme
A Theme for the twitch streamer GamerCaptain
GamerCaptain | Shell Theme란 무엇입니까?
GamerCaptain | Shell Theme은(는) Sirius Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Theme for the twitch streamer GamerCaptain"입니다.
확장 프로그램 스크린샷
GamerCaptain | Shell Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This theme changes the look of Shellshockers. The colors are easier on the eyes and acts as a custom look. This theme is made for the fans of GamerCaptain!
확장 프로그램 기본 정보
이름 | GamerCaptain | Shell Theme |
ID | kgdhbmgmicajoiiemkefdcgfndjbhoej |
공식 URL | https://chromewebstore.google.com/detail/gamercaptain-shell-theme/kgdhbmgmicajoiiemkefdcgfndjbhoej |
설명 | A Theme for the twitch streamer GamerCaptain |
파일 크기 | 50.13 KB |
설치 횟수 | 35 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2024-01-22 |
출시 날짜 | 2023-08-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Sirius Lee |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://trioxx-themes.000webhostapp.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sirius Lee", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/shellshock.io\/*" ] } ], "description": "A Theme for the twitch streamer GamerCaptain", "icons": { "128": "icon.png" }, "name": "GamerCaptain | Shell Theme", "short_name": "GamerCaptain Theme", "version": "0.0.2", "manifest_version": 3 } |