GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

Vad är GoSupermodel Pride Style?

GoSupermodel Pride Style är en Chrome-tillägg utvecklad av Spigg, och dess huvudfunktion är "goSupermodel Pride but 4 a lot more colourfull".

Tilläggsskärmbilder

screenshot

Ladda ner GoSupermodel Pride Style-förlängningens CRX-fil

Ladda ner GoSupermodel Pride Style-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GoSupermodel Pride Style GoSupermodel Pride Style
ID geanpabmnnpiapepcknifjimbojnckcl
Officiell webbadress https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl
Beskrivning goSupermodel Pride but 4 a lot more colourfull
Filstorlek 33.5 KB
Antal Installationer 46
Aktuell Version 1.0
Senast Uppdaterad 2023-11-26
Publiceringsdatum 2023-06-01
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Spigg
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://gsmspigg.com/privacy%20policy
Stödda Språk 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"
            ]
        }
    ]
}