GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
What is GoSupermodel Pride Style?
GoSupermodel Pride Style is a Chrome extension developed by Spigg, and its main feature is "goSupermodel Pride but 4 a lot more colourfull".
Extension Screenshots
Download GoSupermodel Pride Style Extension CRX File
Download GoSupermodel Pride Style extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
Official URL | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
Description | goSupermodel Pride but 4 a lot more colourfull |
File Size | 33.5 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2023-11-26 |
Publish Date | 2023-06-01 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Spigg |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://gsmspigg.com/privacy%20policy |
Supported Languages | 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" ] } ] } |