GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

Co je GoSupermodel Pride Style?

GoSupermodel Pride Style je rozšíření Chrome vyvinuté Spigg, a jeho hlavní funkcí je „goSupermodel Pride but 4 a lot more colourfull“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GoSupermodel Pride Style

Stáhněte si soubory rozšíření GoSupermodel Pride Style ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GoSupermodel Pride Style GoSupermodel Pride Style
ID geanpabmnnpiapepcknifjimbojnckcl
Oficiální URL https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl
Popis goSupermodel Pride but 4 a lot more colourfull
Velikost souboru 33.5 KB
Počet instalací 46
Aktuální Verze 1.0
Poslední Aktualizace 2023-11-26
Datum Vydání 2023-06-01
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Spigg
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://gsmspigg.com/privacy%20policy
Podporované Jazyky 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"
            ]
        }
    ]
}