WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SellThis Analyzer

SellThis Analyzer

View on Chrome Web Store
View SellThis Analyzer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Instantly analyze Amazon products, reviews, and competitors with real-time insights—directly in your browser.
Type
Extension
Users
16 users
1
Website sellthis.com
SellThis
View author page of SellThis
Published
Published on August 17, 2025
Version 1.0.18
Manifest version
3
Updated
Updated on November 12, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SellThis Analyzer 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": "SellThis Analyzer",
    "version": "1.0.18",
    "description": "Instantly analyze Amazon products, reviews, and competitors with real-time insights\u2014directly in your browser.",
    "action": {
        "default_popup": "src\/scripts\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/scripts\/options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/service-worker.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/app.sellthis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/app.sellthis.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "assets\/plugins\/amazon-single-product.css"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content-context-menu.js"
            ]
        }
    ],
    "commands": {
        "refresh_extension": {
            "suggested_key": {
                "default": "Ctrl+Space"
            },
            "description": "Refresh Extension"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "dist\\js\\index.js",
                "dist\\js\\options.js",
                "dist\\js\\popup.js",
                "dist\\js\\service-worker.js"
            ]
        }
    ]
}
© 2026 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