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.

¿Qué es Tero - Save trees by browsing online?

Tero - Save trees by browsing online es una extensión de Chrome desarrollada por https://jointero.org, y su función principal es "Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tero - Save trees by browsing online

Descarga archivos de extensión Tero - Save trees by browsing online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ➤ 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.                    

Información Básica de la Extensión

Nombre Tero - Save trees by browsing online Tero - Save trees by browsing online
ID eghlkdfdlnnbkgclfbcbbiijjmggfgmm
URL Oficial https://chromewebstore.google.com/detail/tero-save-trees-by-browsi/eghlkdfdlnnbkgclfbcbbiijjmggfgmm
Descripción Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.
Tamaño del Archivo 5.79 MB
Cantidad de Instalaciones 14,893
Versión Actual 1.0.26
Última Actualización 2023-11-14
Fecha de Publicación 2022-09-16
Calificación 4.67/5 Total de 73 Calificaciones
Desarrollador https://jointero.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.jointero.org/
URL de la Página de Ayuda https://tero.taplink.ws
URL de la Página de Política de Privacidad https://blog.jointero.org/privacy
Idiomas Soportados 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
        }
    ]
}