ClickATree

The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…

什麼是ClickATree?

ClickATree是由Click A Tree開發的Chrome擴展程式,該擴展的主要功能是“The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ClickATree擴展crx文件

下載ClickATree擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE!

Click A Tree has partnered with various tourism platforms, such as Booking.com, Expedia, TripAdvisor, Skyscanner, Agoda, Hostelworld, the Best Western Hotels and more. Every time you place a booking with one of these partners, the tree-planting assistant will show a pop up asking you whether you'd like to plant a tree with your booking.

If you select "Yes, of course", our partners pay a small amount of money to Click A Tree, which enables us to plant at least one tree for you.

Your bookings won't cost a single Cent extra. The trees are paid for by the marketing budgets of our partners. Hence Click A Tree's tree-planting assistant plants trees completely free of charge for you!

We focused on functionality and maximum impact, not the design. We hope you'll forgive us for that.

Please help spread the word by telling your friends, family and work colleagues about this exciting extension. It is the simplest way to turn Google Chrome into a tree-planting browser!                    

擴展基本資訊

名稱 ClickATree ClickATree
ID lfbiplcfmmgclhkkfjbephpndeopkpgi
官方網址 https://chromewebstore.google.com/detail/clickatree/lfbiplcfmmgclhkkfjbephpndeopkpgi
簡介 The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…
檔案大小 127 KB
安裝次數 106
目前版本 1.0.1
更新時間 2022-09-19
上架時間 2022-09-06
評分 5.00/5 共 5 次評分
開發者 Click A Tree
電子郵箱 [email protected]
付費類型 free
擴展官網 https://clickatree.com
說明頁面URL https://clickatree.com/en/contact
隱私政策頁面URL https://clickatree.com/en/legal/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickATree",
    "description": "",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Mohammad Apel Mahmod ",
    "icons": {
        "16": "images\/icons\/16x16.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons\/19x19.png",
            "38": "images\/icons\/38x38.png"
        },
        "default_title": "ClickATree",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/firstPopup.html",
                "pages\/secondPopup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}