FreeTheTree2
Towards a better Gumtree
FreeTheTree2 क्या है?
FreeTheTree2 ITP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Towards a better Gumtree"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FreeTheTree2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |