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开发的Chrome扩展程序,该扩展的主要功能是“Looking to boost your IG presence? Meet this tool, the ultimate companion for increasing exposure and gaining more followers!”。
扩展截图
下载Easy Commenter for IG扩展crx文件
下载Easy Commenter for IG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🔥 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" ] } |