Easy Commenter for IG
Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!
Easy Commenter for IG क्या है?
Easy Commenter for IG BeSocialTools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Commenter for IG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
🔥 Key Features 🔥 - Comment and like using popular hashtags on Instagram. - Comment and like posts from specific locations on Instagram. - Engage with content in your Instagram feed. - Interact with the followers of any Instagram user. - Connect with the accounts followed by anyone on Instagram. - Customize your comments using spin syntax & randomization. ⚠️ Important Note ⚠️ Our tool does not require your Instagram password for operation. Be cautious with mass or frequent commenting, as it may lead to restrictions by IG. Use it responsibly. 💌 Need Help? 💌 Feel free to reach out to us at [email protected] for any support or inquiries. Get ready to supercharge your Instagram strategy with Easy Commenter for IG!
एक्सटेंशन की मूल जानकारी
नाम | Easy Commenter for IG |
ID | egkhkjpghjfinehlmbcflpkdogekoifm |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-commenter-for-ig/egkhkjpghjfinehlmbcflpkdogekoifm |
विवरण | Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers! |
फ़ाइल का आकार | 510 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 2.3.2 |
अंतिम अपडेट | 2023-10-14 |
प्रकाशन तिथि | 2023-09-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | BeSocialTools |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://besocial.top/easy-commenter-for-ig/ |
गोपनीयता नीति पृष्ठ URL | https://besocial.top/besocial/privacy-policy.html |
समर्थित भाषाएँ | de,en,fr,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "2.3.2", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "action": { "default_title": "Easy Commenter for IG", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/besocial.top\/" ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "permissions": [ "storage" ] } |