WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AmazeMe

AmazeMe

View on Chrome Web Store
View AmazeMe 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.

Amazon Price Drop Tracker – checking product availability and sending you push-notification when the price dropped.
Type
Extension
Users
3 users
1
Stands
View author page of Stands
Published
Published on April 12, 2023
Version 1.0.1
Manifest version
3
Updated
Updated on June 30, 2023
lifestyle/shopping
Extension Category
View on Chrome Web Store
View AmazeMe 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",
    "description": "Amazon Price Drop Tracker \u2013 checking product availability and sending you push-notification when the price dropped.",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "AmazeMe",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png",
        "browser_action": ""
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sg\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.amazon.com\/*",
            "https:\/\/www.amazon.co.uk\/*",
            "https:\/\/www.amazon.de\/*",
            "https:\/\/www.amazon.co.jp\/*",
            "https:\/\/www.amazon.cn\/*",
            "https:\/\/www.amazon.ae\/*",
            "https:\/\/www.amazon.fr\/*",
            "https:\/\/www.amazon.it\/*",
            "https:\/\/www.amazon.nl\/*",
            "https:\/\/www.amazon.es\/*",
            "https:\/\/www.amazon.se\/*",
            "https:\/\/www.amazon.pl\/*",
            "https:\/\/www.amazon.ca\/*",
            "https:\/\/www.amazon.eg\/*",
            "https:\/\/www.amazon.in\/*",
            "https:\/\/www.amazon.sg\/*"
        ]
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.svg",
                "icon-48.png",
                "icon-16.png",
                "contentScript.bundle.js",
                "firebase.js",
                "popup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "contentScript.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting",
        "activeTab",
        "unlimitedStorage"
    ]
}
© 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