FreeTheTree2
Towards a better Gumtree
FreeTheTree2คืออะไร?
FreeTheTree2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ITP และคุณลักษณะหลักของมันคือ "Towards a better Gumtree"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |