WebStats

Show internet usage

WebStats là gì?

WebStats là một tiện ích mở rộng Chrome được phát triển bởi ntv, và tính năng chính của nó là "Show internet usage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebStats

Tải xuống các tệp mở rộng WebStats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebStats WebStats
ID hjbagogakdclnioffimmlepmmikeakph
URL Chính Thức https://chromewebstore.google.com/detail/webstats/hjbagogakdclnioffimmlepmmikeakph
Mô tả Show internet usage
Kích Thước Tệp 91.21 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-08-13
Ngày Phát Hành 2021-06-24
Nhà Phát Triển ntv
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://gitlab.com/nin_/web-stats/-/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}