Shutterstock HQ Preview

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

¿Qué es Shutterstock HQ Preview?

Shutterstock HQ Preview es una extensión de Chrome desarrollada por THDev, y su función principal es "Open the watermarked high-quality preview of the currently opened shutterstock tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Shutterstock HQ Preview

Descarga archivos de extensión Shutterstock HQ Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
URL Oficial https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Descripción Open the watermarked high-quality preview of the currently opened shutterstock tab.
Tamaño del Archivo 10.95 KB
Cantidad de Instalaciones 162
Versión Actual 1.0
Última Actualización 2022-01-07
Fecha de Publicación 2022-01-07
Desarrollador THDev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}