DeBot
The best way to boost your sales and exposure on Depop.
DeBot क्या है?
DeBot https://debot.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best way to boost your sales and exposure on Depop."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DeBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We have made a simple to use tool that helps you do everything you do on Depop faster and better. Bump Posts: Relist your posts automatically to put them at the top of your followers feeds. Mass Follow and Like: Gain traction by liking and following multiple similar users at once. Automate Your Store: Our features can be made automatic so you don’t even have to login to bump your posts. DeBot uses smart timing to only complete automated actions when it is safe to do so!
एक्सटेंशन की मूल जानकारी
नाम | DeBot |
ID | gahlmdbefdpbopbkbhccodchgceoldkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/debot/gahlmdbefdpbopbkbhccodchgceoldkd |
विवरण | The best way to boost your sales and exposure on Depop. |
फ़ाइल का आकार | 79.37 KB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2022-06-25 |
प्रकाशन तिथि | 2022-05-25 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://debot.site |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
गोपनीयता नीति पृष्ठ URL | https://debot.site/privacy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeBot", "description": "The best way to boost your sales and exposure on Depop.", "version": "1.1.3", "manifest_version": 3, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/debot.site\/*" ], "js": [ "js\/Payment.js" ], "run_at": "document_start" } ], "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/www.depop.com\/*" ], "permissions": [ "storage", "tabs", "cookies" ] } |