New Modmail NightMode

Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.

Что такое New Modmail NightMode?

New Modmail NightMode - это расширение Chrome, разработанное unknown, и его основная функция - "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.".

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

screenshot
screenshot

Скачать файл CRX расширения New Modmail NightMode

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

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

                        Night mode for the new version of Modmail on Reddit. 

Problems or have a suggestion? Feel free to let me know on Reddit! /u/zebradolphin5                    

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

Название New Modmail NightMode New Modmail NightMode
ID gogidlojhbakkjkkmmalhbkmbnkecebi
Официальный URL https://chrome.google.com/webstore/detail/new-modmail-nightmode/gogidlojhbakkjkkmmalhbkmbnkecebi
Описание Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.
Размер файла 50.85 KB
Количество установок 20
Текущая Версия 1.1.0
Последнее Обновление 2018-10-15
Дата публикации 2018-10-15
Рейтинг 3.67/5 Всего 3 оценок
Разработчик unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Modmail NightMode",
    "short_name": "New Modmail NightMode",
    "author": "zebradolphin5",
    "description": "Now you can finally respond to those 1k+ modmails you've had to ignore due to no nightmode support.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mod.reddit.com\/mail\/",
                "*:\/\/mod.reddit.com\/mail",
                "*:\/\/mod.reddit.com\/mail\/all",
                "*:\/\/mod.reddit.com\/mail\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/mod.reddit.com\/mail\/all",
        "*:\/\/mod.reddit.com\/mail\/",
        "*:\/\/mod.reddit.com\/mail",
        "*:\/\/mod.reddit.com\/mail\/all",
        "*:\/\/mod.reddit.com\/mail\/*"
    ],
    "web_accessible_resources": [
        "main.js",
        "styles\/style.css"
    ]
}