WebStats

Show internet usage

Cos'è WebStats?

WebStats è un'estensione di Chrome sviluppata da ntv, e la sua funzione principale è "Show internet usage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebStats

Scarica i file di estensione WebStats 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

                        This add-on allows to show the volume of data received by websites.

Privacy:
No data is collected, this extension does not communicate with any servers.

Credits
This extension is not under a free license but is open source.
This means that you cannot use its code, but you can consult it.
Source code : https://gitlab.com/nin_/web-stats

Library & Technologies used:

    Svelte released under MIT License
    Rollup released under MIT License
    svelte-frappe-charts by Dave Lunny released under MIT license
    Frappe Charts released under MIT License


The icon of the addon is "timer" by Iconika under CC-By.                    

Informazioni di Base sull'Estensione

Nome WebStats WebStats
ID hjbagogakdclnioffimmlepmmikeakph
URL Ufficiale https://chromewebstore.google.com/detail/webstats/hjbagogakdclnioffimmlepmmikeakph
Descrizione Show internet usage
Dimensione del File 91.21 KB
Conteggio Installazioni 43
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-08-13
Data di Pubblicazione 2021-06-24
Sviluppatore ntv
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://gitlab.com/nin_/web-stats/-/issues
Lingue Supportate de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebStats",
    "description": "Show internet usage",
    "version": "2.0.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "default_locale": "en"
}