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!”。
扩展截图
下载Hazard | Shell Shockers Theme扩展crx文件
下载Hazard | Shell Shockers Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
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" } } |