nFollowers – Unfollowers Tracker

Check who doesn't follow you back!

Τι είναι το nFollowers – Unfollowers Tracker;

Το nFollowers – Unfollowers Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nfollowers.com, και η κύρια λειτουργία του είναι "Check who doesn't follow you back!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης nFollowers – Unfollowers Tracker

Λήψη αρχείων επέκτασης nFollowers – Unfollowers Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    ]
}