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

Cos'è SNUDataLimit?

SNUDataLimit è un'estensione di Chrome sviluppata da rhnvrm, e la sua funzione principale è "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:…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SNUDataLimit

Scarica i file di estensione SNUDataLimit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SNUDataLimit SNUDataLimit
ID mfjinloagcpmfacpjnlabcflnkbajidd
URL Ufficiale https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd
Descrizione 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:…
Dimensione del File 51.06 KB
Conteggio Installazioni 10
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-07-14
Data di Pubblicazione 2017-07-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore rhnvrm
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rhnvrm/snu-data-limit
URL della Pagina di Aiuto https://github.com/rhnvrm/snu-data-limit/issues
Lingue Supportate 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
    }
}