Reddit visible arrows

Show reddit arrows regardless of subreddit style

Что такое Reddit visible arrows?

Reddit visible arrows - это расширение Chrome, разработанное CarlosCheddar, и его основная функция - "Show reddit arrows regardless of subreddit style".

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

screenshot
screenshot

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

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

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

                        This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting.

Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.                    

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

Название Reddit visible arrows Reddit visible arrows
ID ehakajcimcpgbaebammmaaacfmnmefjd
Официальный URL https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd
Описание Show reddit arrows regardless of subreddit style
Размер файла 9.7 KB
Количество установок 223
Текущая Версия 0.3.0
Последнее Обновление 2017-11-26
Дата публикации 2017-11-26
Рейтинг 5.00/5 Всего 3 оценок
Разработчик CarlosCheddar
Тип оплаты free
Официальный сайт расширения https://github.com/carloscheddar/reddit_visible_arrows
URL страницы помощи https://github.com/carloscheddar/reddit_visible_arrows
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit visible arrows",
    "description": "Show reddit arrows regardless of subreddit style",
    "version": "0.3.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon.png",
        "128": "icon128.png"
    }
}