GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
Wat is GoSupermodel Pride Style?
GoSupermodel Pride Style is een Chrome-extensie ontwikkeld door Spigg, en de belangrijkste functie is "goSupermodel Pride but 4 a lot more colourfull".
Extensie Screenshots
Download het CRX-bestand van de extensie GoSupermodel Pride Style
Download GoSupermodel Pride Style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
Officiële URL | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
Beschrijving | goSupermodel Pride but 4 a lot more colourfull |
Bestandsgrootte | 33.5 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-11-26 |
Publicatiedatum | 2023-06-01 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Spigg |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://gsmspigg.com/privacy%20policy |
Ondersteunde Talen | 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" ] } ] } |