GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
什么是GoSupermodel Pride Style?
GoSupermodel Pride Style是由Spigg开发的Chrome扩展程序,该扩展的主要功能是“goSupermodel Pride but 4 a lot more colourfull”。
扩展截图
下载GoSupermodel Pride Style扩展crx文件
下载GoSupermodel Pride Style扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A style extension only affecting https://gosupermodel.com and gives it a beutiful pride style. It includes a very short css file that only changes the background the model widget background and puts a rainbow on the forum widgets. Enjoy, Happy Pride Month!
扩展基本信息
名称 | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
官方URL | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
简介 | goSupermodel Pride but 4 a lot more colourfull |
文件大小 | 33.5 KB |
安装次数 | 46 |
当前版本 | 1.0 |
更新时间 | 2023-11-26 |
上架时间 | 2023-06-01 |
评分 | 5.00/5 共7次评分 |
开发者 | Spigg |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://gsmspigg.com/privacy%20policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GoSupermodel Pride Style", "description": "goSupermodel Pride but 4 a lot more colourfull", "version": "1.0", "icons": { "16": "\/Images\/16.png", "48": "\/Images\/48.png", "128": "\/Images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gosupermodel.com\/*" ], "css": [ "main.css" ] } ] } |