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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |