GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

Qu'est-ce que GoSupermodel Pride Style ?

GoSupermodel Pride Style est une extension Chrome développée par Spigg, et sa fonction principale est "goSupermodel Pride but 4 a lot more colourfull".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GoSupermodel Pride Style

Téléchargez les fichiers d'extension GoSupermodel Pride Style au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GoSupermodel Pride Style GoSupermodel Pride Style
ID geanpabmnnpiapepcknifjimbojnckcl
URL Officiel https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl
Description goSupermodel Pride but 4 a lot more colourfull
Taille du Fichier 33.5 KB
Nombre d'Installations 46
Version Actuelle 1.0
Dernière Mise à Jour 2023-11-26
Date de Publication 2023-06-01
Évaluation 5.00/5 Total 7 Évaluations
Développeur Spigg
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://gsmspigg.com/privacy%20policy
Langues Prises en Charge 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"
            ]
        }
    ]
}