nFollowers – Unfollowers Tracker
Check who doesn't follow you back!
nFollowers – Unfollowers Tracker란 무엇입니까?
nFollowers – Unfollowers Tracker은(는) https://nfollowers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check who doesn't follow you back!"입니다.
확장 프로그램 스크린샷
nFollowers – Unfollowers Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Warning: userpics are temporarily unavailable due to struggle with Instagram restrictions. They don't let you know when somebody unfollows you on Instagram. Now you can see which friends removed you from their Insta following list. This extension is a helper tool for Instagram that you can use for: – checking Instagram followers to follows dashboard for your social account – checking who doesn't follow you back in response – tracking new subscribers Warning: – we currently can not handle accounts with large amount of followers (around 3000+), process will stuck in the middle of the scan. Fixing this is a work in progress for the next versions – extension doesn't ask you for your login/password pair. It just utilizes your current browser session – no notification about new unfollow yet. Unfriend notify it also a feature in development How this plugin exactly works: – it runs through your social graрh building clear dashboard of follows and followers data
확장 프로그램 기본 정보
이름 | nFollowers – Unfollowers Tracker |
ID | mbomllgopkebhhnljlgikdicedmnpknl |
공식 URL | https://chromewebstore.google.com/detail/nfollowers-%E2%80%93-unfollowers/mbomllgopkebhhnljlgikdicedmnpknl |
설명 | Check who doesn't follow you back! |
파일 크기 | 111 KB |
설치 횟수 | 73,861 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-04-27 |
출시 날짜 | 2020-08-20 |
평점 | 3.17/5 총 150 개의 평점 |
개발자 | https://nfollowers.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://nfollowers.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nFollowers \u2013 Unfollowers Tracker", "description": "Check who doesn't follow you back!", "version": "1.1.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "persistent": false, "scripts": [ "\/js\/1.min.js" ] }, "permissions": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*", "http:\/\/nfollowers.com\/*", "http:\/\/www.nfollowers.com\/*", "https:\/\/nfollowers.com\/*", "https:\/\/www.nfollowers.com\/*", "http:\/\/*.localhost\/*" ], "browser_action": { "default_title": "nFollowers", "default_icon": "img\/icon128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.nfollowers.com\/*", "*:\/\/nfollowers.com\/*" ] }, "web_accessible_resources": [ "js\/dashboard.js" ] } |