WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Spending Calculator for Amazon™ and Flipkart™

Spending Calculator for Amazon™ and Flipkart™

View on Chrome Web Store
View Spending Calculator for Amazon™ and Flipkart™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (35 ratings)
4 new ratings
63 views
This extension has been viewed 63 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.

Keep track of your expenses with the Amazon™ & Flipkart™ Spending calculator
Type
Extension
Users
10,000 users
500
ecomspendingtracker
View author page of ecomspendingtracker
Published
Published on February 17, 2023
Version 2.5.1
Manifest version
3
Updated
Updated on February 16, 2026
lifestyle/shopping
Extension Category
View on Chrome Web Store
View Spending Calculator for Amazon™ and Flipkart™ 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,
    "version": "2.5.1",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "Icons\/Icon 16.png",
            "32": "Icons\/Icon 32.png",
            "64": "Icons\/Icon 64.png",
            "128": "Icons\/Icon 128.png",
            "2000": "Icons\/Icon 2000.png"
        }
    },
    "icons": {
        "16": "Icons\/Icon 16.png",
        "32": "Icons\/Icon 32.png",
        "64": "Icons\/Icon 64.png",
        "128": "Icons\/Icon 128.png",
        "2000": "Icons\/Icon 2000.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "gcm",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Icons\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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