SUSCHEGG UUID

This extension will automatically display the UUID at the top of the page.

Что такое SUSCHEGG UUID?

SUSCHEGG UUID - это расширение Chrome, разработанное getvexer, и его основная функция - "This extension will automatically display the UUID at the top of the page.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения SUSCHEGG UUID

Скачайте файлы расширений SUSCHEGG UUID в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/                    

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

Название SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
Официальный URL https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Описание This extension will automatically display the UUID at the top of the page.
Размер файла 13.34 KB
Количество установок 53
Текущая Версия 1.0
Последнее Обновление 2022-10-04
Дата публикации 2022-10-04
Рейтинг 3.67/5 Всего 3 оценок
Разработчик getvexer
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://suschegg.com/
URL страницы помощи https://suschegg.com/discord
URL страницы политики конфиденциальности https://suschegg.com/tos
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SUSCHEGG UUID",
    "version": "1.0",
    "manifest_version": 3,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/suschegg.com\/",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "SUSCHEGG UUID",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "host_permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}