WebStats

Show internet usage

ما هو WebStats؟

WebStats هو إضافة Chrome تم تطويرها بواسطة ntv، والميزة الرئيسية لها هي "Show internet usage".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebStats

قم بتنزيل ملفات الامتداد WebStats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}