GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
Was ist GoSupermodel Pride Style?
GoSupermodel Pride Style ist eine Chrome-Erweiterung, die von Spigg entwickelt wurde, und ihr Hauptmerkmal ist "goSupermodel Pride but 4 a lot more colourfull".
Erweiterungsscreenshots
GoSupermodel Pride Style-Erweiterungs-CRX-Datei herunterladen
Laden Sie GoSupermodel Pride Style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
Offizielle URL | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
Beschreibung | goSupermodel Pride but 4 a lot more colourfull |
Dateigröße | 33.5 KB |
Installationsanzahl | 46 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-11-26 |
Veröffentlichungsdatum | 2023-06-01 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Spigg |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://gsmspigg.com/privacy%20policy |
Unterstützte Sprachen | 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" ] } ] } |