FreeTheTree2

Towards a better Gumtree

Co je FreeTheTree2?

FreeTheTree2 je rozšíření Chrome vyvinuté ITP, a jeho hlavní funkcí je „Towards a better Gumtree“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FreeTheTree2

Stáhněte si soubory rozšíření FreeTheTree2 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FreeTheTree2 FreeTheTree2
ID kibaipnmbbonkaomeonmnlcddhbblljj
Oficiální URL https://chromewebstore.google.com/detail/freethetree2/kibaipnmbbonkaomeonmnlcddhbblljj
Popis Towards a better Gumtree
Velikost souboru 244 KB
Počet instalací 903
Aktuální Verze 2.3.2
Poslední Aktualizace 2023-02-12
Datum Vydání 2020-06-24
Hodnocení 3.45/5 Celkem 38 Hodnocení
Vývojář ITP
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freethetree.co.uk/
URL Stránky Nápovědy https://freethetree.co.uk/faq
URL Stránky Zásad Ochrany Soukromí https://freethetree.co.uk/privacy-policy
Podporované Jazyky 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"
    }
}