Super High School Level Browser Addon

Replaces all instances of "Ultimate" with "Super High School Level."

Что такое Super High School Level Browser Addon?

Super High School Level Browser Addon - это расширение Chrome, разработанное decumos, и его основная функция - "Replaces all instances of "Ultimate" with "Super High School Level."".

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

screenshot
screenshot

Скачать файл CRX расширения Super High School Level Browser Addon

Скачайте файлы расширений Super High School Level Browser Addon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Replaces all instances of "Super High School Level" with "Super High School Level."
Inspired by Danganronpa game franchise and "Drumpfinator".                    

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

Название Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
Официальный URL https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Описание Replaces all instances of "Ultimate" with "Super High School Level."
Размер файла 3.67 KB
Количество установок 39
Текущая Версия 1.0
Последнее Обновление 2019-09-08
Дата публикации 2019-09-07
Рейтинг 4.67/5 Всего 3 оценок
Разработчик decumos
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Super High School Level Browser Addon"
    },
    "content_scripts": [
        {
            "js": [
                "data\/content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Replaces all instances of \"Ultimate\" with \"Super High School Level.\"",
    "manifest_version": 2,
    "name": "Super High School Level Browser Addon",
    "permissions": [
        "tabs"
    ],
    "version": "1.0"
}