Among Us Theme || Shell Shockers
by Jayvan & Helloworld
什么是Among Us Theme || Shell Shockers?
Among Us Theme || Shell Shockers是由jayvandev开发的Chrome扩展程序,该扩展的主要功能是“by Jayvan & Helloworld”。
扩展截图
下载Among Us Theme || Shell Shockers扩展crx文件
下载Among Us Theme || Shell Shockers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Among Us in Shell Shockers! Enjoy a modified UI as well as in game mods, including custom particles, sussy eggs, and a custom skybox.
扩展基本信息
名称 | |
ID | enajpjeakcobmhjdlbmipbknelalcioi |
官方URL | https://chrome.google.com/webstore/detail/among-us-theme-shell-shoc/enajpjeakcobmhjdlbmipbknelalcioi |
简介 | by Jayvan & Helloworld |
文件大小 | 32.32 KB |
安装次数 | 849 |
当前版本 | 1.0 |
更新时间 | 2022-04-11 |
上架时间 | 2022-04-11 |
评分 | 5.00/5 共1次评分 |
开发者 | jayvandev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Among Us Theme || Shell Shockers", "description": "by Jayvan & Helloworld", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "amongus.js" ], "matches": [ "https:\/\/shellshock.io\/" ] } ] } |