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…

Qu'est-ce que ClickATree ?

ClickATree est une extension Chrome développée par Click A Tree, et sa fonction principale est "The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ClickATree

Téléchargez les fichiers d'extension ClickATree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ClickATree ClickATree
ID lfbiplcfmmgclhkkfjbephpndeopkpgi
URL Officiel https://chromewebstore.google.com/detail/clickatree/lfbiplcfmmgclhkkfjbephpndeopkpgi
Description The Click A Tree tree-planting assistant plants trees for you while you surf the web - for FREE! Click A Tree has partnered with…
Taille du Fichier 127 KB
Nombre d'Installations 106
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-09-19
Date de Publication 2022-09-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur Click A Tree
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://clickatree.com
URL de la Page d'Aide https://clickatree.com/en/contact
URL de la Page de Politique de Confidentialité https://clickatree.com/en/legal/privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}