Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

What is Ecosia Count Trees?

Ecosia Count Trees is a Chrome extension developed by nake89, and its main feature is "Counts how many trees you have planted while using Ecosia.".

Extension Screenshots

screenshot
screenshot

Download Ecosia Count Trees Extension CRX File

Download Ecosia Count Trees 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

                        Counts how many trees you have planted and how many searches left to plant next tree.                    

Extension Basic Information

Name Ecosia Count Trees Ecosia Count Trees
ID ahfaljmpjgbkmbldipgdldgiiimdphec
Official URL https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec
Description Counts how many trees you have planted while using Ecosia.
File Size 18.74 KB
Installation Count 241
Current Version 1.0
Last Updated 2021-03-25
Publish Date 2021-03-24
Rating 3.67/5 Total 3 Ratings
Developer nake89
Email [email protected]
Payment Type free
Extension Website https://github.com/nake89/ecosia-count-trees-chrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ecosia Count Trees",
    "version": "1.0",
    "description": "Counts how many trees you have planted while using Ecosia.",
    "icons": {
        "16": "\/icons\/ecosia16.png",
        "32": "\/icons\/ecosia32.png",
        "48": "\/icons\/ecosia48.png",
        "128": "\/icons\/ecosia128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ecosia.org\/*"
            ],
            "js": [
                "ecosia_trees.js"
            ]
        }
    ]
}