ShopifyNerds app and theme detector

Want to kno what theme or app a store is running? Relax, we got this

¿Qué es ShopifyNerds app and theme detector?

ShopifyNerds app and theme detector es una extensión de Chrome desarrollada por ShopifyNerds, y su función principal es "Want to kno what theme or app a store is running? Relax, we got this".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ShopifyNerds app and theme detector

Descarga archivos de extensión ShopifyNerds app and theme detector 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

                        Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!                    

Información Básica de la Extensión

Nombre ShopifyNerds app and theme detector ShopifyNerds app and theme detector
ID plnaopngjldoddagichpcpcafkcbbpck
URL Oficial https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck
Descripción Want to kno what theme or app a store is running? Relax, we got this
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 606
Versión Actual 1.0
Última Actualización 2019-01-30
Fecha de Publicación 2019-01-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ShopifyNerds
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShopifyNerds app and theme detector",
    "description": "Want to kno what theme or app a store is running? Relax, we got this",
    "version": "1.0",
    "author": "ShopifyNerds",
    "homepage_url": "https:\/\/shopifynerds.com\/detector",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-disabled.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "lib\/zepto\/zepto.min.js",
            "js\/sad.js",
            "data\/shopify_apps.js",
            "data\/shopify_themes.js",
            "js\/detector.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/zepto\/zepto.min.js",
                "js\/sad.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}