Website Carbon Stats

See the resources that make up your website and how these impact the carbon emissions your website makes.

What is Website Carbon Stats?

Website Carbon Stats is a Chrome extension developed by https://ecoping.earth, and its main feature is "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Extension Screenshots

screenshot
screenshot

Download Website Carbon Stats Extension CRX File

Download Website Carbon Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.                    

Extension Basic Information

Name Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
Official URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Description See the resources that make up your website and how these impact the carbon emissions your website makes.
File Size 144 KB
Installation Count 31
Current Version 1.1
Last Updated 2023-03-15
Publish Date 2023-03-14
Rating 3.50/5 Total 2 Ratings
Developer https://ecoping.earth
Email [email protected]
Payment Type free
Extension Website https://ecoping.earth/chrome-extension
Help Page URL https://ecoping.earth/chrome-extension
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Carbon Stats",
    "description": "See the resources that make up your website and how these impact the carbon emissions your website makes.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                ".\/utils.js",
                ".\/co2.js",
                ".\/script.js"
            ],
            "matches": [
                "file:\/\/\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                ".\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    }
}