Stormii Cloud | Shell Shockers Theme
New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
什么是Stormii Cloud | Shell Shockers Theme?
Stormii Cloud | Shell Shockers Theme是由Stormii Cloud开发的Chrome扩展程序,该扩展的主要功能是“New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!”。
扩展截图
下载Stormii Cloud | Shell Shockers Theme扩展crx文件
下载Stormii Cloud | Shell Shockers Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.
扩展基本信息
名称 | |
ID | bncffgalbnlflcenmpcbfdnbfblidcpk |
官方URL | https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk |
简介 | New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022! |
文件大小 | 15.31 KB |
安装次数 | 247 |
当前版本 | 1.5 |
更新时间 | 2022-01-27 |
上架时间 | 2022-01-21 |
评分 | 4.38/5 共8次评分 |
开发者 | Stormii Cloud |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stormii Cloud | Shell Shockers Theme", "version": "1.5", "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972", "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/egghead.institute\/*", "*:\/\/shellshock.io\/*", "*:\/\/violentegg.club\/*", "*:\/\/algebra.vip\/*" ] } ], "icons": { "128": "theme_icon.png" } } |