FreeTheTree2

Towards a better Gumtree

What is FreeTheTree2?

FreeTheTree2 is a Chrome extension developed by ITP, and its main feature is "Towards a better Gumtree".

Extension Screenshots

screenshot
screenshot
screenshot

Download FreeTheTree2 Extension CRX File

Download FreeTheTree2 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

                        FreeTheTree2 (FTT2) is an extension to improves Gumtree the UK's number one classifieds site functionality.

This extension allows to save Gumtree's adverts locally on your computer and use them as starting point to create new adverts.
Handy tutorials: https://freethetree.co.uk/how-to/

We would like to make Gumtree even better and you can help us to do so. If you have a suggestion, comments, questions, issues,  then write to us.

By using FreeTheTree extension, you consent to our privacy policy.
https://freethetree.co.uk/privacy-policy

Many Thanks,
FreeTheTree Team                    

Extension Basic Information

Name FreeTheTree2 FreeTheTree2
ID kibaipnmbbonkaomeonmnlcddhbblljj
Official URL https://chromewebstore.google.com/detail/freethetree2/kibaipnmbbonkaomeonmnlcddhbblljj
Description Towards a better Gumtree
File Size 244 KB
Installation Count 903
Current Version 2.3.2
Last Updated 2023-02-12
Publish Date 2020-06-24
Rating 3.45/5 Total 38 Ratings
Developer ITP
Email [email protected]
Payment Type free
Extension Website https://freethetree.co.uk/
Help Page URL https://freethetree.co.uk/faq
Privacy Policy Page URL https://freethetree.co.uk/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "fttmain.css",
                "PopOverView.css",
                "icomoon.css"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "jquery.lazy.min.js",
                "jquery-ui.min.js",
                "PopOverView.js",
                "ITP_ProgressBar.js",
                "fttmain.js"
            ],
            "matches": [
                "https:\/\/my.gumtree.com\/*",
                "https:\/\/freethetree.co.uk\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "jquery-3.4.1.min.js",
                "fttsub.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/recaptcha\/*"
            ]
        }
    ],
    "description": "Towards a better Gumtree",
    "icons": {
        "128": "ftt2logo_x128.png"
    },
    "manifest_version": 3,
    "name": "FreeTheTree2",
    "short_name": "FTT2",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/freethetree.co.uk\/*"
    ],
    "version": "2.3.2",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/my.gumtree.com\/*",
                "https:\/\/freethetree.co.uk\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "FreeTheTree2"
    }
}