flygOn LiGht | Shell Shockers Theme
New Shell Shockers Theme by flyg0n Light
什么是flygOn LiGht | Shell Shockers Theme?
flygOn LiGht | Shell Shockers Theme是由rowbs.js开发的Chrome扩展程序,该扩展的主要功能是“New Shell Shockers Theme by flyg0n Light”。
扩展截图
下载flygOn LiGht | Shell Shockers Theme扩展crx文件
下载flygOn LiGht | Shell Shockers Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Purple/Pink theme for shell shockers
扩展基本信息
名称 | flygOn LiGht | Shell Shockers Theme |
ID | nhijkfiaoffcfcjaigbjakocpkejnoma |
官方URL | https://chromewebstore.google.com/detail/flygon-light-shell-shocke/nhijkfiaoffcfcjaigbjakocpkejnoma |
简介 | New Shell Shockers Theme by flyg0n Light |
文件大小 | 16.35 KB |
安装次数 | 65 |
当前版本 | 1 |
更新时间 | 2022-02-16 |
上架时间 | 2022-02-15 |
评分 | 5.00/5 共1次评分 |
开发者 | rowbs.js |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "flygOn LiGht | Shell Shockers Theme", "version": "1", "author": "Designed by flyg0n Light", "description": "New Shell Shockers Theme by flyg0n Light", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/egghead.institute\/*", "https:\/\/shellshock.io\/*", "https:\/\/violentegg.club\/*" ] } ], "icons": { "128": "egg.png" } } |