SPYPRO

The easiest way to learn from top Etsy sellers - SPYPRO.IO

What is SPYPRO?

SPYPRO is a Chrome extension developed by SPYPRO.IO, and its main feature is "The easiest way to learn from top Etsy sellers - SPYPRO.IO".

Extension Screenshots

screenshot

Download SPYPRO Extension CRX File

Download SPYPRO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension is designed to assist users of SPYPRO.IO in creating their own Etsy product research tools.                    

Extension Basic Information

Name SPYPRO SPYPRO
ID ojelfhnhmoahbpaiedkhlhoagjmgijka
Official URL https://chromewebstore.google.com/detail/spypro/ojelfhnhmoahbpaiedkhlhoagjmgijka
Description The easiest way to learn from top Etsy sellers - SPYPRO.IO
File Size 118 KB
Installation Count 65
Current Version 2.1
Last Updated 2023-08-05
Publish Date 2023-06-17
Developer SPYPRO.IO
Email [email protected]
Payment Type free
Extension Website https://spypro.io
Help Page URL https://spyproio.tawk.help/
Privacy Policy Page URL https://spypro.io/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SPYPRO",
    "version": "2.1",
    "description": "The easiest way to learn from top Etsy sellers - SPYPRO.IO",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "*:\/\/spypro.io\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "icons": {
        "16": "images\/spypro.png",
        "48": "images\/spypro.png",
        "128": "images\/spypro.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/spypro.png",
                "images\/loading.gif",
                "spypro.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "SPYPRO",
        "default_icon": "images\/spypro.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/import_shop.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.etsy.com\/listing\/*",
                "*:\/\/*.etsy.com\/c\/*",
                "*:\/\/*.etsy.com\/search*",
                "*:\/\/*.etsy.com\/people*",
                "*:\/\/*.etsy.com\/market*",
                "*:\/\/*.etsy.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}