CSTimer Makeover

* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…

Что такое CSTimer Makeover?

CSTimer Makeover - это расширение Chrome, разработанное Unknown, и его основная функция - "* Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…".

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

screenshot

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

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

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

                        * Provides a nicer UI for cstimer.net
* Enforces that you always use the SSL version of cstimer
* Makes some opinionated decisions (warning: this will overwrite some of your settings):
  * Always shows summary above sidebar
  * Sets a fixed scramble image size                    

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

Название CSTimer Makeover CSTimer Makeover
ID omchdkmkmadmhkaamhpojgldknpihgcg
Официальный URL https://chromewebstore.google.com/detail/cstimer-makeover/omchdkmkmadmhkaamhpojgldknpihgcg
Описание * Provides a nicer UI for cstimer.net * Enforces that you always use the SSL version of cstimer * Makes some opinionated decisions…
Размер файла 871 KB
Количество установок 1,011
Текущая Версия 0.1.8
Последнее Обновление 2016-11-30
Дата публикации 2016-11-29
Рейтинг 4.10/5 Всего 21 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSTimer Makeover",
    "version": "0.1.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cstimer.net\/*",
                "http:\/\/*.cstimer.net\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "styles.css",
        "img\/favicon.png"
    ],
    "icons": {
        "128": "img\/cube.png",
        "48": "img\/cube48.png",
        "16": "img\/cube16.png"
    }
}