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
Eメール [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"
}