GoSupermodel Pride Style

goSupermodel Pride but 4 a lot more colourfull

ما هو GoSupermodel Pride Style؟

GoSupermodel Pride Style هو إضافة Chrome تم تطويرها بواسطة Spigg، والميزة الرئيسية لها هي "goSupermodel Pride but 4 a lot more colourfull".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GoSupermodel Pride Style

قم بتنزيل ملفات الامتداد GoSupermodel Pride Style بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم GoSupermodel Pride Style GoSupermodel Pride Style
ID geanpabmnnpiapepcknifjimbojnckcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/gosupermodel-pride-style/geanpabmnnpiapepcknifjimbojnckcl
الوصف goSupermodel Pride but 4 a lot more colourfull
حجم الملف 33.5 KB
عدد التثبيتات 46
النسخة الحالية 1.0
آخر تحديث 2023-11-26
تاريخ النشر 2023-06-01
تقييم 5.00/5 مجموع تقييمات 7
المطور Spigg
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://gsmspigg.com/privacy%20policy
اللغات المدعومة 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"
            ]
        }
    ]
}