WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SNUDataLimit

SNUDataLimit

View on Chrome Web Store
View SNUDataLimit Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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.

Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…
Type
Extension
Users
4 users
1
rhnvrm
View author page of rhnvrm
Published
Published on December 29, 2015
Version 1.1.0
Manifest version
2
Updated
Updated on July 14, 2017
productivity/workflow
Extension Category
View on Chrome Web Store
View SNUDataLimit 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": "SNUDataLimit",
    "version": "1.1.0",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128x128.png"
        },
        "default_title": "Check Data Limit",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ],
        "persistent": true
    }
}
© 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