FreeTheTree2

Towards a better Gumtree

Что такое FreeTheTree2?

FreeTheTree2 - это расширение Chrome, разработанное ITP, и его основная функция - "Towards a better Gumtree".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения FreeTheTree2

Скачайте файлы расширений FreeTheTree2 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название FreeTheTree2 FreeTheTree2
ID kibaipnmbbonkaomeonmnlcddhbblljj
Официальный URL https://chromewebstore.google.com/detail/freethetree2/kibaipnmbbonkaomeonmnlcddhbblljj
Описание Towards a better Gumtree
Размер файла 244 KB
Количество установок 903
Текущая Версия 2.3.2
Последнее Обновление 2023-02-12
Дата публикации 2020-06-24
Рейтинг 3.45/5 Всего 38 оценок
Разработчик ITP
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://freethetree.co.uk/
URL страницы помощи https://freethetree.co.uk/faq
URL страницы политики конфиденциальности https://freethetree.co.uk/privacy-policy
Поддерживаемые языки 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"
    }
}