Followers Remover

Mass remove followers on Instagram

Qu'est-ce que Followers Remover ?

Followers Remover est une extension Chrome développée par https://www.invertexto.com, et sa fonction principale est "Mass remove followers on Instagram".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Followers Remover

Téléchargez les fichiers d'extension Followers Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Automate the process of removing followers on Instagram whom you do not follow. Ideal for those who need to make a profile more private or remove fake followers.

With this tool, it is possible to remove between 100 and 200 followers per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we have restricted the processing time and the number of removals. We recommend using the extension with moderation to ensure its continuous functionality.                    

Informations de Base sur l'Extension

Nom Followers Remover Followers Remover
ID gapabilhjhlfpflnkjmckcejcjfponbe
URL Officiel https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe
Description Mass remove followers on Instagram
Taille du Fichier 28.37 KB
Nombre d'Installations 73
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-03-02
Date de Publication 2024-01-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://www.invertexto.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.invertexto.com/politica-privacidade-extensoes
Langues Prises en Charge 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.0.3",
    "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"
    }
}