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 là gì?
Easy Commenter for IG là một tiện ích mở rộng Chrome được phát triển bởi BeSocialTools, và tính năng chính của nó là "Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Commenter for IG
Tải xuống các tệp mở rộng Easy Commenter for IG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🔥 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Commenter for IG |
ID | egkhkjpghjfinehlmbcflpkdogekoifm |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-commenter-for-ig/egkhkjpghjfinehlmbcflpkdogekoifm |
Mô tả | Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers! |
Kích Thước Tệp | 510 KB |
Số Lần Cài Đặt | 130 |
Phiên Bản Hiện Tại | 2.3.2 |
Cập Nhật Lần Cuối | 2023-10-14 |
Ngày Phát Hành | 2023-09-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | BeSocialTools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://besocial.top/easy-commenter-for-ig/ |
URL Trang Chính Sách Bảo Mật | https://besocial.top/besocial/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |