Airtel Data Usage

This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.

What is Airtel Data Usage?

Airtel Data Usage is a Chrome extension developed by Ravi Kumar Nimmi, and its main feature is "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Airtel Data Usage Extension CRX File

Download Airtel Data Usage 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

                        You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.                    

Extension Basic Information

Name Airtel Data Usage Airtel Data Usage
ID nkfdjeajgnkaalgkmkijbokclbkbgmoe
Official URL https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe
Description This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
File Size 1.11 MB
Installation Count 141
Current Version 3.0.2
Last Updated 2020-05-28
Publish Date 2020-05-28
Rating 4.42/5 Total 12 Ratings
Developer Ravi Kumar Nimmi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airtel Data Usage",
    "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.",
    "version": "3.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/www.airtel.in\/",
        "http:\/\/122.160.230.125:8080\/"
    ]
}