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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
            ]
        }
    ]
}