Official KJDCitsme Theme | Shell Shockers
Shell Shockers Theme Based on Twitch Streamer KJDCistme
Official KJDCitsme Theme | Shell Shockers란 무엇입니까?
Official KJDCitsme Theme | Shell Shockers은(는) kjdcproductions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shell Shockers Theme Based on Twitch Streamer KJDCistme"입니다.
확장 프로그램 스크린샷
Official KJDCitsme Theme | Shell Shockers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New Shell Shockers Theme! Designed by theavenger_gaming, based on Twitch Streamer KJDCitsme! This Extension edits the game's colors, crosshair, scope, player name container, and streak icon! V1.0 - Original Version V1.1 - Includes Custom Shield Icon for a 5ks! V1.2 - Cleaner Changes to Colors and Backgrounds
확장 프로그램 기본 정보
이름 | Official KJDCitsme Theme | Shell Shockers |
ID | gdpaefolijibddednhedbokkfokbhmla |
공식 URL | https://chromewebstore.google.com/detail/official-kjdcitsme-theme/gdpaefolijibddednhedbokkfokbhmla |
설명 | Shell Shockers Theme Based on Twitch Streamer KJDCistme |
파일 크기 | 16.87 KB |
설치 횟수 | 16 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-10-13 |
출시 날짜 | 2023-10-06 |
개발자 | kjdcproductions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Official KJDCitsme Theme | Shell Shockers", "version": "1.2", "author": "Designed by theavenger_gaming | Programmed by adamhasanx", "description": "Shell Shockers Theme Based on Twitch Streamer KJDCistme", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/eggcombat.com\/*", "*:\/\/shellshock.io\/*", "*:\/\/egghead.institute\/*", "*:\/\/eggfacts.fun\/*", "*:\/\/deadlyegg.com\/*", "*:\/\/egg.dance\/*", "*:\/\/eggisthenewblack.com\/*", "*:\/\/mathfun.rocks\/*", "*:\/\/overeasy.club\/*", "*:\/\/mathgames.world\/*", "*:\/\/hardshell.life\/*", "*:\/\/softboiled.club\/*", "*:\/\/algebra.best\/*", "*:\/\/yolk.life\/*", "*:\/\/scrambled.us\/*", "*:\/\/yolk.best\/*", "*:\/\/deathegg.world\/*", "*:\/\/shellshockers.site\/*", "*:\/\/scrambled.today\/*", "*:\/\/yolk.rocks\/*", "*:\/\/scrambled.tech\/*", "*:\/\/shellshockers.us\/*", "*:\/\/shellshockers.club\/*", "*:\/\/shellshockers.world\/*", "*:\/\/biologyclass.club\/*", "*:\/\/mathlete.pro\/*", "*:\/\/mathlete.fun\/*", "*:\/\/geometry.report\/*", "*:\/\/mathdrills.info\/*", "*:\/\/algebra.vip\/*", "*:\/\/humanorganising.org\/*", "*:\/\/geometry.monster\/*", "*:\/\/eggsarecool.com\/*", "*:\/\/math.international\/*", "*:\/\/geometry.pw\/*", "*:\/\/mathactivity.club\/*", "*:\/\/mathdrills.life\/*", "*:\/\/mathactivity.xyz\/*", "*:\/\/urbanegger.com\/*" ] } ], "icons": { "128": "egg.png" } } |