Shutterstock HQ Preview

Open the watermarked high-quality preview of the currently opened shutterstock tab.

Что такое Shutterstock HQ Preview?

Shutterstock HQ Preview - это расширение Chrome, разработанное THDev, и его основная функция - "Open the watermarked high-quality preview of the currently opened shutterstock tab.".

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

screenshot
screenshot

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

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

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

                        Quickly open the watermarked higher quality image preview for the shutterstock tab you have currently opened.

In case of questions or bugs, contact me at [email protected]

Also, feel free to buy me a coffee if you find this extension useful: https://www.buymeacoffee.com/thdev                    

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

Название Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
Официальный URL https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Описание Open the watermarked high-quality preview of the currently opened shutterstock tab.
Размер файла 10.95 KB
Количество установок 162
Текущая Версия 1.0
Последнее Обновление 2022-01-07
Дата публикации 2022-01-07
Разработчик THDev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shutterstock HQ Preview",
    "description": "Open the watermarked high-quality preview of the currently opened shutterstock tab.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Open current image HQ preview.",
        "default_icon": {
            "48": "\/images\/icon_disabled_48.png"
        }
    },
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "\/images\/icon_enabled_48.png"
    }
}