InsTF - Instagram follower tracker
Unfollow ghost folower, analysis your followers to find who is not following back
InsTF - Instagram follower tracker란 무엇입니까?
InsTF - Instagram follower tracker은(는) https://www.listmore.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unfollow ghost folower, analysis your followers to find who is not following back"입니다.
확장 프로그램 스크린샷
InsTF - Instagram follower tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Analysis your followers to find who is not following back. Track your followers everyday to find the metrics below: New followers Lost followers New followings Mutual friends I don't follow back Don't follow me Back No password required!
확장 프로그램 기본 정보
이름 | InsTF - Instagram follower tracker |
ID | deppcpikimfefmjmdpalknbdfmhdlein |
공식 URL | https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein |
설명 | Unfollow ghost folower, analysis your followers to find who is not following back |
파일 크기 | 896 KB |
설치 횟수 | 10,419 |
현재 버전 | 2.2.9 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2021-12-23 |
평점 | 4.62/5 총 63 개의 평점 |
개발자 | https://www.listmore.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.listmore.info/ |
개인정보 보호 정책 페이지 URL | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InsTF - Instagram follower tracker", "version": "2.2.9", "description": "Unfollow ghost folower, analysis your followers to find who is not following back", "action": { "default_icon": ".\/assets\/icon-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.listmore.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*?ext=T&cmd=export&uuid=*" ], "js": [ "dist\/exportPanel\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/exportPanel\/style.css", "assets\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |