Pintergif

Autoplay for GIFs on Pinterest.

Что такое Pintergif?

Pintergif - это расширение Chrome, разработанное zaven, и его основная функция - "Autoplay for GIFs on Pinterest.".

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

screenshot

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

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

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

                        Pintergif automatically plays any GIFs it finds on Pinterest's list or board views. This allows you to more easily browse through collections of animated GIFs, such as sprites or short animation pieces.                    

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

Название Pintergif Pintergif
ID pjhjdjhaadgebfgcaodcoodllgihlmml
Официальный URL https://chromewebstore.google.com/detail/pintergif/pjhjdjhaadgebfgcaodcoodllgihlmml
Описание Autoplay for GIFs on Pinterest.
Размер файла 16.29 KB
Количество установок 315
Текущая Версия 1.1
Последнее Обновление 2021-04-03
Дата публикации 2018-07-27
Рейтинг 5.00/5 Всего 4 оценок
Разработчик zaven
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pintergif",
    "version": "1.1",
    "description": "Autoplay for GIFs on Pinterest.",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.pinterest.com.au\/*",
                "*:\/\/*.pinterest.com.mx\/*",
                "*:\/\/*.pinterest.at\/*",
                "*:\/\/*.pinterest.ca\/*",
                "*:\/\/*.pinterest.ch\/*",
                "*:\/\/*.pinterest.co.in\/*",
                "*:\/\/*.pinterest.co.kr\/*",
                "*:\/\/*.pinterest.co.nz\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.co.uk\/*",
                "*:\/\/*.pinterest.cz\/*",
                "*:\/\/*.pinterest.de\/*",
                "*:\/\/*.pinterest.dk\/*",
                "*:\/\/*.pinterest.es\/*",
                "*:\/\/*.pinterest.fi\/*",
                "*:\/\/*.pinterest.fr\/*",
                "*:\/\/*.pinterest.ie\/*",
                "*:\/\/*.pinterest.it\/*",
                "*:\/\/*.pinterest.jp\/*",
                "*:\/\/*.pinterest.nl\/*",
                "*:\/\/*.pinterest.nz\/*",
                "*:\/\/*.pinterest.pt\/*",
                "*:\/\/*.pinterest.ru\/*",
                "*:\/\/*.pinterest.se\/*"
            ],
            "js": [
                "pintergif.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/pintergif16.png",
        "32": "images\/pintergif32.png",
        "48": "images\/pintergif48.png",
        "128": "images\/pintergif128.png"
    },
    "manifest_version": 2
}