Tero - Save trees by browsing online

Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.

What is Tero - Save trees by browsing online?

Tero - Save trees by browsing online is a Chrome extension developed by https://jointero.org, and its main feature is "Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tero - Save trees by browsing online Extension CRX File

Download Tero - Save trees by browsing online 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

                        ➤ Key features

✓ Save trees when you open a tab, browse, or shop online
✓ Reduce your carbon footprint by blocking unwanted ads
✓ Private and secure
✓ Customizations and beautiful background photos on your new-tab page
✓ Shortcuts to your favourite websites and apps
✓ News, updates, and notifications
✓ Custom search engines
✓ Manage your extensions from a simple and intuitive popup
✓ Keep track of your impact with our tree counters

➤ Your privacy and trust matters

We're interested in making an impact, not in your data. We are committed to protecting your privacy and using your data responsibly. The ads on our extension are delivered by our advertising partners, who may collect anonymized data in order to show you ads you'll be interested in.

We don't track the websites you visit or the content you view online. What you do online is you business and yours alone. Our extension's permissions allow us to replace ads online and detect if the website you are on is one of our partners. 

➤ We don’t plant trees

☆ "Planting trees is good. Saving existing forests is better." - Rainforest Trust ☆

We made an active decision to save existing trees rather than plant new ones because compelling studies show that planting trees won’t be enough to tackle climate change and that efforts on rainforest conservation lead to a more sustainable and lasting change.

Here are three facts you might not know:

✓ Forest conservation needs 30x less land to have the same climate mitigation outcome as planting trees.
✓ Forest protection efforts help protect the natural habitat of thousands of species and local communities that depend on natural resources.
✓ Forest conservation typically costs half as much as forest restoration efforts.

➤ Tero vs. alternatives

☆ Ecosia ☆
We love Ecosia! Although many people think we are competitors, we are actually not. We recommend you use Ecosia’s search engine with the Tero extension to maximise your impact.

☆ OceanHero ☆
Like Ecosia, OceanHero is a search engine that can also be used in Tero. It's a great combo to save both rainforests and oceans!

☆ Tab for a Cause ☆
They are a great option if you want to support numerous charities, but they're only a new-tab page with limited functionalities.

➤ Learn more

About: https://www.jointero.org
Blog: https://blog.jointero.org
FAQs: https://blog.jointero.org/faq
Privacy: https://blog.jointero.org/privacy

Join us in Building a Greener Internet!

Note: After installing, click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show Tero on each new tab as intended, and ensure the extension isn't disabled.                    

Extension Basic Information

Name Tero - Save trees by browsing online Tero - Save trees by browsing online
ID eghlkdfdlnnbkgclfbcbbiijjmggfgmm
Official URL https://chromewebstore.google.com/detail/tero-save-trees-by-browsi/eghlkdfdlnnbkgclfbcbbiijjmggfgmm
Description Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.
File Size 5.79 MB
Installation Count 14,893
Current Version 1.0.26
Last Updated 2023-11-14
Publish Date 2022-09-16
Rating 4.67/5 Total 73 Ratings
Developer https://jointero.org
Email [email protected]
Payment Type free
Extension Website https://www.jointero.org/
Help Page URL https://tero.taplink.ws
Privacy Policy Page URL https://blog.jointero.org/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tero - Save trees by browsing online",
    "description": "Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.",
    "version": "1.0.26",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.opentabs.org\/*",
            "https:\/\/*.jointero.org\/*"
        ]
    },
    "icons": {
        "16": "icons\/TREE_SAVED.png",
        "32": "icons\/TREE_SAVED.png",
        "48": "icons\/TREE_SAVED.png",
        "128": "icons\/TREE_SAVED.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "topSites",
        "cookies",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}