Shutterstock HQ Preview

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

Qu'est-ce que Shutterstock HQ Preview ?

Shutterstock HQ Preview est une extension Chrome développée par THDev, et sa fonction principale est "Open the watermarked high-quality preview of the currently opened shutterstock tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shutterstock HQ Preview

Téléchargez les fichiers d'extension Shutterstock HQ Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
URL Officiel https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Description Open the watermarked high-quality preview of the currently opened shutterstock tab.
Taille du Fichier 10.95 KB
Nombre d'Installations 162
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-07
Date de Publication 2022-01-07
Développeur THDev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}