WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Shopify Theme Detector

Shopify Theme Detector

View on Chrome Web Store
View Shopify Theme Detector Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (23 ratings)
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Are you Shopify users? Have you ever seen a really well designed Shopify website and wonder how it was built? Well, now you can.…
Type
Extension
Users
20,000 users
OK Digital Ltd.
View author page of OK Digital Ltd.
Published
Published on November 2, 2017
Version 1
Manifest version
3
Updated
Updated on April 30, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Shopify Theme Detector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopify Theme Detector",
    "version": "1",
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top