SNUDataLimit

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:…

What is SNUDataLimit?

SNUDataLimit is a Chrome extension developed by rhnvrm, and its main feature is "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:…".

Extension Screenshots

screenshot
screenshot

Download SNUDataLimit Extension CRX File

Download SNUDataLimit 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

                        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: https://github.com/rhnvrm/snu-data-limit                    

Extension Basic Information

Name SNUDataLimit SNUDataLimit
ID mfjinloagcpmfacpjnlabcflnkbajidd
Official URL https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd
Description 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:…
File Size 51.06 KB
Installation Count 10
Current Version 1.1.0
Last Updated 2017-07-14
Publish Date 2017-07-14
Rating 5.00/5 Total 4 Ratings
Developer rhnvrm
Email [email protected]
Payment Type free
Extension Website https://github.com/rhnvrm/snu-data-limit
Help Page URL https://github.com/rhnvrm/snu-data-limit/issues
Supported Languages en
manifest.json
{
    "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
    }
}