Shutterstock Reveal

Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.

Cos'è Shutterstock Reveal?

Shutterstock Reveal è un'estensione di Chrome sviluppata da Shutterstock, e la sua funzione principale è "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shutterstock Reveal

Scarica i file di estensione Shutterstock Reveal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.                    

Informazioni di Base sull'Estensione

Nome Shutterstock Reveal Shutterstock Reveal
ID iogibhaacmieogkdgebfbjgoofdlcmgb
URL Ufficiale https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb
Descrizione Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Dimensione del File 27.76 KB
Conteggio Installazioni 7,111
Versione Corrente 1.0.8
Ultimo Aggiornamento 2020-07-04
Data di Pubblicazione 2020-07-04
Valutazione 2.86/5 Totale 36 Valutazioni
Sviluppatore Shutterstock
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.shutterstock.com
URL della Pagina della Politica sulla Privacy https://www.shutterstock.com/privacy
Lingue Supportate de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SSTK Reveal",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/sstk-chrome-ext-16.png",
        "128": "icons\/sstk-chrome-ext-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/sstk-chrome-ext-16-inactive.png",
            "48": "icons\/sstk-chrome-ext-48-inactive.png",
            "128": "icons\/sstk-chrome-ext-128-inactive.png"
        },
        "default_title": "Shutterstock Reveal"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "https:\/\/plugins.shutterstock.com\/*",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.shutterstock.com\/*"
        ]
    }
}