Shutterstock HQ Preview

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

O que é Shutterstock HQ Preview?

Shutterstock HQ Preview é uma extensão do Chrome desenvolvida por THDev, e sua principal característica é "Open the watermarked high-quality preview of the currently opened shutterstock tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shutterstock HQ Preview

Baixe arquivos de extensão Shutterstock HQ Preview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
URL Oficial https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Descrição Open the watermarked high-quality preview of the currently opened shutterstock tab.
Tamanho do Arquivo 10.95 KB
Contagem de Instalações 162
Versão Atual 1.0
Última Atualização 2022-01-07
Data de Publicação 2022-01-07
Desenvolvedor THDev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}