Unfollowers Pro

Mass unfollow users who don't follow you back on Instagram.

Τι είναι το Unfollowers Pro;

Το Unfollowers Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.invertexto.com, και η κύρια λειτουργία του είναι "Mass unfollow users who don't follow you back on Instagram.".

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

screenshot

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

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

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

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