Shutterstock Reveal

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

¿Qué es Shutterstock Reveal?

Shutterstock Reveal es una extensión de Chrome desarrollada por Shutterstock, y su función principal es "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Shutterstock Reveal

Descarga archivos de extensión Shutterstock Reveal 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

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

Información Básica de la Extensión

Nombre Shutterstock Reveal Shutterstock Reveal
ID iogibhaacmieogkdgebfbjgoofdlcmgb
URL Oficial https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb
Descripción Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
Tamaño del Archivo 27.76 KB
Cantidad de Instalaciones 7,111
Versión Actual 1.0.8
Última Actualización 2020-07-04
Fecha de Publicación 2020-07-04
Calificación 2.86/5 Total de 36 Calificaciones
Desarrollador Shutterstock
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.shutterstock.com
URL de la Página de Política de Privacidad https://www.shutterstock.com/privacy
Idiomas Soportados 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\/*"
        ]
    }
}