FreeTheTree2
Towards a better Gumtree
FreeTheTree2とは何ですか?
FreeTheTree2はITPによって開発されたChromeの拡張機能で、その主な機能は「Towards a better Gumtree」です。
拡張機能のスクリーンショット
FreeTheTree2拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |