RARBG thumbnails

Display thumbnails automaticly on RARBG

Что такое RARBG thumbnails?

RARBG thumbnails - это расширение Chrome, разработанное Bitlab, и его основная функция - "Display thumbnails automaticly on RARBG".

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

screenshot

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

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

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

                        Display thumbnails automatically on RARBG, without having to hover on an item to display it.

Source code: https://github.com/keyboardslayer/rarbg-thumbnails                    

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

Название RARBG thumbnails RARBG thumbnails
ID bajecalicogfgonhfimaeifdbdpmbgab
Официальный URL https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab
Описание Display thumbnails automaticly on RARBG
Размер файла 7.83 KB
Количество установок 872
Текущая Версия 1.1.4
Последнее Обновление 2019-09-28
Дата публикации 2019-09-28
Рейтинг 3.63/5 Всего 16 оценок
Разработчик Bitlab
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RARBG thumbnails",
    "short_name": "RARBG thumbs",
    "description": "Display thumbnails automaticly on RARBG",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rarbg.to\/top*",
                "*:\/\/rarbg.to\/torrents.php*",
                "*:\/\/rarbg.is\/top*",
                "*:\/\/rarbg.is\/torrents.php*",
                "*:\/\/rarbgproxy.org\/top*",
                "*:\/\/rarbgproxy.org\/torrents.php*",
                "*:\/\/rarbgmirror.com\/top*",
                "*:\/\/rarbgmirror.com\/torrents.php*",
                "*:\/\/rarbgunblocked.org\/top*",
                "*:\/\/rarbgunblocked.org\/torrents.php*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}