WebStats

Show internet usage

WebStats क्या है?

WebStats ntv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show internet usage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebStats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
}