WebStats

Show internet usage

什么是WebStats?

WebStats是由ntv开发的Chrome扩展程序,该扩展的主要功能是“Show internet usage”。

扩展截图

screenshot

下载WebStats扩展crx文件

下载WebStats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WebStats WebStats
ID hjbagogakdclnioffimmlepmmikeakph
官方URL https://chromewebstore.google.com/detail/webstats/hjbagogakdclnioffimmlepmmikeakph
简介 Show internet usage
文件大小 91.21 KB
安装次数 43
当前版本 2.0.0
更新时间 2021-08-13
上架时间 2021-06-24
开发者 ntv
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://gitlab.com/nin_/web-stats/-/issues
支持的语言 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"
}