GoSupermodel Pride Style
goSupermodel Pride but 4 a lot more colourfull
Hvad er GoSupermodel Pride Style?
GoSupermodel Pride Style er en Chrome-udvidelse udviklet af Spigg, og dens hovedfunktion er "goSupermodel Pride but 4 a lot more colourfull".
Udvidelsesskærmbilleder
Download GoSupermodel Pride Style-udvidelses-CRX-fil
Download GoSupermodel Pride Style-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | geanpabmnnpiapepcknifjimbojnckcl |
Officiel URL | https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl |
Beskrivelse | goSupermodel Pride but 4 a lot more colourfull |
Filstørrelse | 33.5 KB |
Antal Installationer | 46 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-11-26 |
Udgivelsesdato | 2023-06-01 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | Spigg |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://gsmspigg.com/privacy%20policy |
Understøttede Sprog | 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" ] } ] } |