Our Forest — Plant trees with your browser

Plant trees with your browser

Our Forest — Plant trees with your browser là gì?

Our Forest — Plant trees with your browser là một tiện ích mở rộng Chrome được phát triển bởi https://ourforest.io, và tính năng chính của nó là "Plant trees with your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Our Forest — Plant trees with your browser

Tải xuống các tệp mở rộng Our Forest — Plant trees with your browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        OurForest changes your new tab page into a tree planting dashboard that will plant trees just for having it installed!

Watch your counter grow each time you open a new tab page.

➤ How does it work?

We work with independent online sustainable businesses which we’ve hand picked to feature our platform. These businesses pay us to show an advertisement on your new tab page and we use the revenue to pay for trees, simple.

See all the brands we work with on our sustainable database: 
https://www.ourforest.io/sustainable-shopping

We’re partnered with Eden Reforestation Projects to plant your trees – they’re one of the world’s largest tree planting organizations who have planting projects all over the globe.

➤ Installation note:

When you first open a new tab after installing the extension you’ll be prompted to enable OurForest – hit enable! That will make it your default tab where you can search using Google or Ecosia and measure how you’re helping our precious planet. Your new tab will change back if you uninstall the extension.

➤ What can I do to plant more trees?

The OurForest extension is free, and always will be. We made this extension for people like you who actually give a F*&K about the planet, to do good in the simplest possible way.


However, this isn’t a fix all solution and there are ways you can do more:

🌿  Choose to shop at sustainable brands – we’ll plant even more trees for you if they’re brands from our database.
✍️  Write a review for us! We’ll plant a tree as way of saying thanks.
📣  Refer your friends to install the extension and we’ll plant 5 trees for both of you.

We also have OurForest premium – a monthly membership product doing even more for the planet than just planting trees. You can check that out here: https://ourforest.io 

➤ Why should I care about reforestation?

Tree planting has the power to transform lives in so many ways. When we plant trees, we hire local communities and do the research to know what native ecosystems we should be restoring.

Most of our tree planting is focused in biodiversity hotspots around the world, which are often the most affected by poverty, poor regulation and as a result deforestation. This affects both the local people’s ability to farm and their protection against natural disasters, but also the habitats of endangered species.

Your trees help fight poverty, protect land, and instate rules and regulation that protect the local communities ran by the communities. 

Our partner Eden Reforestation Projects takes meticulous measures to make sure the trees are not only planted in the places that need them most, but also nurtured and protected as they mature to maximize the impact they will have in the ecosystem.

➤ So what are you waiting for?

Install OurForest and start making a difference today. 

Future you will be thankful. 💚 💚 💚                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Our Forest — Plant trees with your browser Our Forest — Plant trees with your browser
ID cjgphmckkkgnlkbdaellanfoajipefnd
URL Chính Thức https://chromewebstore.google.com/detail/our-forest-%E2%80%94-plant-trees/cjgphmckkkgnlkbdaellanfoajipefnd
Mô tả Plant trees with your browser
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 1,680
Phiên Bản Hiện Tại 2.3.7
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2020-11-01
Đánh Giá 4.90/5 Tổng số 96 Đánh Giá
Nhà Phát Triển https://ourforest.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ourforest.io
URL Trang Chính Sách Bảo Mật https://ourforest.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Our Forest \u2014 Plant trees with your browser",
    "description": "Plant trees with your browser",
    "version": "2.3.7",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon-green-48.png",
        "128": "icons\/icon-green-128.png"
    },
    "browser_action": {
        "default_title": "OurForest",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "48": "icons\/icon-grey-48.png",
            "128": "icons\/icon-grey-128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/newTab.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/"
    ],
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.js",
        "icons\/*.svg",
        "icons\/*.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com ; object-src 'self'; img-src chrome:\/\/favicon\/ https:\/\/uploads-ssl.webflow.com\/ https:\/\/www.google-analytics.com;"
}