IGCommentBot - Comment bot for Instagram
Increase exposure and gain more followers by automatically comment and like other peoples' posts.
IGCommentBot - Comment bot for Instagram란 무엇입니까?
IGCommentBot - Comment bot for Instagram은(는) http://getwecomments.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Increase exposure and gain more followers by automatically comment and like other peoples' posts."입니다.
확장 프로그램 스크린샷
IGCommentBot - Comment bot for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension made for people who want to grow more instagram follower. HOW DOES IT WORK? IGCommentBot is the perfect automation tool if you want to increase your followers and your popularity, also perfect for Instagram Marketers. This extension will automatically comments and likes Instagram posts (picture or video). It is really easy to use, start to increase your number of followers just install IGCommentBot. FEATURES * Comment and like by Hashtags * Comment and like by locations * Comment and like by your feed * Comment and like by user's followers * Comment and like by user's followings * Comment and like by users' feeds SECURE IGCommentBot do not require your IG password. All data is processed in your local computer, it is never passing through our web server, no one knows what you exported. NOTICE Mass or frequent comments might get restricted by IG, use it at your own risk. Copyright notice: IGCommentBot was developed by WeComments Team. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc. SUPPORT Questions? Drop us a line at [email protected]
확장 프로그램 기본 정보
이름 | |
ID | koliafcpnoflfpbjofbcopkelkklchco |
공식 URL | https://chrome.google.com/webstore/detail/igcommentbot-comment-bot/koliafcpnoflfpbjofbcopkelkklchco |
설명 | Increase exposure and gain more followers by automatically comment and like other peoples' posts. |
파일 크기 | 1.11 MB |
설치 횟수 | 504 |
현재 버전 | 1.3.8 |
최근 업데이트 | 2022-07-31 |
출시 날짜 | 2021-12-30 |
평점 | 1.80/5 총 5 개의 평점 |
개발자 | http://getwecomments.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ig-comment-bot.getwecomments.com/ |
개인정보 보호 정책 페이지 URL | https://getwecomments.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "cookies", "storage", "identity" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ], "run_at": "document_start" } ], "oauth2": { "client_id": "628184170891-bt7g98b2hea3eguq6gic96ekia5n8f8c.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLeHAx1B1AazzODUY3C349H4Z8Glt4hbB2diGtMABZ7DbADlF\/wZPAxkaY7YAtukfxIdpnLLfaDkpdWxJSNRlxnEWvJcNneDqV3K0TEDNZ1ShpZBb2lOQByWQ1Qm\/jXhUNZJaPD1rEA62AV6zFlYPIu4jICJKcgegNLgfltGw3l4IhpqmuKG7BYEXPsIGQqTd6vmo4aXb12WihmdzJXBs\/W+tOw2SNLbpgSyQJHL9hcK4hTQSU5iFykDH2yqIg6fZQfoTER6Qc8C\/\/C+tj4YuYwCy9aSTzEeoCR2bKsP8EpsNngYKjn7UFEeYnK\/C\/k94Yh0VQm0Wl9tIbfVFdP+PwIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "version": "1.3.8" } |