zomato-spending's

View total amount (in rupees) you have spent till now while ordering from Zomato App

What is zomato-spending's?

zomato-spending's is a Chrome extension developed by Jay Barot, and its main feature is "View total amount (in rupees) you have spent till now while ordering from Zomato App".

Extension Screenshots

screenshot

Download zomato-spending's Extension CRX File

Download zomato-spending's extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        View total amount (in rupees) you have spent till now while ordering from Zomato App
Chrome Extension for calculating the total amount of money(in different currencies) spent while ordering from Zomato App/Website. Extension has options for you to select for what time period you want to calculate the total amount of money spent. (e.g. This Month, This Year or the whole history). If you spend on this website using more than one currency then the extension will separate out your spending between different currencies.                    

Extension Basic Information

Name zomato-spending's zomato-spending's
ID njdmkoeealmekkbpfmgcjdfnocefgpcd
Official URL https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd
Description View total amount (in rupees) you have spent till now while ordering from Zomato App
File Size 374 KB
Installation Count 84
Current Version 1.1.5
Last Updated 2022-10-24
Publish Date 2022-10-24
Developer Jay Barot
Email [email protected]
Payment Type free
Extension Website https://www.jaybarot.live/
Help Page URL https://www.jaybarot.live/privacy.html
Privacy Policy Page URL https://www.jaybarot.live/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "zomato-spending's",
    "description": "View total amount (in rupees) you have spent till now while ordering from Zomato App",
    "version": "1.1.5",
    "action": {
        "default_icon": {
            "16": "zomato16.png",
            "24": "zomato24.png",
            "32": "zomato32.png",
            "48": "zomato48.png",
            "128": "zomato128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "zomato16.png",
        "24": "zomato24.png",
        "32": "zomato32.png",
        "48": "zomato48.png",
        "128": "zomato128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zomato.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.zomato.com\/*"
    ]
}