reddit-uhd

Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.

Что такое reddit-uhd?

reddit-uhd - это расширение Chrome, разработанное https://qashto.com, и его основная функция - "Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения reddit-uhd

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

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

                        reddit-uhd replaces tiny thumbnails with full quality images, gifs, and videos.

ONLY works with old.reddit.com

If you like the extension please send a donation on Paypal!
https://www.paypal.me/qashto/5                    

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

Название reddit-uhd reddit-uhd
ID lbgicmachmkfbkbldccboimfplmemfip
Официальный URL https://chromewebstore.google.com/detail/reddit-uhd/lbgicmachmkfbkbldccboimfplmemfip
Описание Redesigns reddit! Replaces thumbnails and low-res previews with full-res images.
Размер файла 308 KB
Количество установок 106
Текущая Версия 1.3.7
Последнее Обновление 2023-08-04
Дата публикации 2018-06-12
Рейтинг 4.25/5 Всего 4 оценок
Разработчик https://qashto.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "qashto_reddit-uhd.css"
            ],
            "js": [
                "jquery.slim.min.js",
                "qashto_reddit-uhd.user.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "description": "Redesigns reddit!  Replaces thumbnails and low-res previews with full-res images.",
    "homepage_url": "https:\/\/github.com\/quinton-ashley\/reddit-uhd\/blob\/master\/README.md",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/logo128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png",
        "1024": "icons\/icon1024.png"
    },
    "manifest_version": 2,
    "name": "reddit-uhd",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "reddit-uhd",
    "version": "1.3.7"
}