Stormii Cloud | Shell Shockers Theme

New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!

Что такое Stormii Cloud | Shell Shockers Theme?

Stormii Cloud | Shell Shockers Theme - это расширение Chrome, разработанное Stormii Cloud, и его основная функция - "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Stormii Cloud | Shell Shockers Theme

Скачайте файлы расширений Stormii Cloud | Shell Shockers Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension will edit the entire page layout and scope of shellshock.io to a more blue experience fit with clouds and a custom title.                    

Основная информация о расширении

Название Stormii Cloud | Shell Shockers Theme Stormii Cloud | Shell Shockers Theme
ID bncffgalbnlflcenmpcbfdnbfblidcpk
Официальный URL https://chrome.google.com/webstore/detail/stormii-cloud-shell-shock/bncffgalbnlflcenmpcbfdnbfblidcpk
Описание New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!
Размер файла 15.31 KB
Количество установок 247
Текущая Версия 1.5
Последнее Обновление 2022-01-27
Дата публикации 2022-01-21
Рейтинг 4.38/5 Всего 8 оценок
Разработчик Stormii Cloud
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stormii Cloud | Shell Shockers Theme",
    "version": "1.5",
    "author": "Designed by Stormii Cloud#9228 | Programmed by Agent Adam#5972",
    "description": "New Shell Shockers Theme by Stormii Cloud, released on the 17th of January 2022!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/egghead.institute\/*",
                "*:\/\/shellshock.io\/*",
                "*:\/\/violentegg.club\/*",
                "*:\/\/algebra.vip\/*"
            ]
        }
    ],
    "icons": {
        "128": "theme_icon.png"
    }
}