Reddit Makeover

Make reddit easier on the eyes.

Что такое Reddit Makeover?

Reddit Makeover - это расширение Chrome, разработанное uxmatthew, и его основная функция - "Make reddit easier on the eyes.".

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

screenshot

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

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

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

                        Reddit Makeover v 1.0   [NEW! 2013]

This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.

It's easier to scan, read, and understand.

Whether you're new to reddit or an old pro, this extension is a life saver!                    

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

Название Reddit Makeover Reddit Makeover
ID gobfpbbhfcmlnfcagochgigpbelbfcbn
Официальный URL https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn
Описание Make reddit easier on the eyes.
Размер файла 93.78 KB
Количество установок 63
Текущая Версия 1.2
Последнее Обновление 2013-11-18
Дата публикации 2013-11-18
Рейтинг 5.00/5 Всего 3 оценок
Разработчик uxmatthew
Тип оплаты free
Официальный сайт расширения http://www.uxmatthew.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Makeover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Make reddit easier on the eyes.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/"
    ]
}