WebExtension.net
Toggle dark mode
WebExtension.net

Shopper.com

View on Chrome Web Store
View Shopper.com Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (245 ratings)
96 views
This extension has been viewed 96 times

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

Shopper.com automatically applies the best coupon to your shopping basket.
Type
Extension
Users
20,000 users
Website www.shopper.com
Shopper.com
View author page of Shopper.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 8, 2017
Version 4.3.18
Manifest version
3
Updated
Updated on August 21, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Shopper.com 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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/www.shopper.com\/?source=plugin",
    "default_locale": "en",
    "background": {
        "service_worker": ".\/js\/bg.events.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/default_icon_16.png",
            "32": "images\/default_icon_32.png"
        },
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/browser-polyfill.js",
                "js\/jquery.js",
                "js\/install.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css",
                "css\/popup.css"
            ],
            "js": [
                "js\/config.js",
                "js\/shoppers.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "images\/active_icon_16.png",
        "32": "images\/active_icon_32.png",
        "48": "images\/active_icon_48.png",
        "120": "images\/active_icon_120.png",
        "128": "images\/active_icon_128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.3.18",
    "manifest_version": 3,
    "short_name": "Shopper.com",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "iframes\/*",
                "css\/*",
                "js\/jquery.js",
                "js\/run-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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