Unfollowers Pro
Mass unfollow users who don't follow you back on Instagram.
Unfollowers Pro란 무엇입니까?
Unfollowers Pro은(는) https://www.invertexto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mass unfollow users who don't follow you back on Instagram."입니다.
확장 프로그램 스크린샷
Unfollowers Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automate the process of unfollowing those who don't follow you back on Instagram, but in a way that mimics the behavior of a real user to reduce the risk of being detected as a bot. Ideal for those who need to unfollow multiple profiles. With this tool, it is possible to unfollow between 100 and 200 profiles per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we limit the processing time and the number of unfollows. We recommend using the extension sparingly to ensure its continuous functionality. COMMON QUESTIONS The tool has stopped working - it might be a sign that the Instagram limit has been reached. Please wait a few days before trying again. The number of people I follow is not decreasing. - there is a bug on Instagram that causes this count not to be updated promptly for some users. So, if you want to know if you are indeed unfollowing, go to the removed profile to check. I made the payment but did not receive the license. - The license is your email address used in the purchase. Just provide it in the 'purchase license' option of the extension to unlock the tool.
확장 프로그램 기본 정보
이름 | Unfollowers Pro |
ID | eiikihigphfljngjppldibocgmjephbm |
공식 URL | https://chromewebstore.google.com/detail/unfollowers-pro/eiikihigphfljngjppldibocgmjephbm |
설명 | Mass unfollow users who don't follow you back on Instagram. |
파일 크기 | 30.68 KB |
설치 횟수 | 26,951 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2023-10-19 |
평점 | 2.31/5 총 16 개의 평점 |
개발자 | https://www.invertexto.com |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://www.invertexto.com/politica-privacidade-extensoes |
지원되는 언어 | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.3.0", "manifest_version": 3, "permissions": [ "scripting", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.invertexto.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |