Unfollower for Instagram
Automatically unfollows the Instagram accounts you specify.
Qu'est-ce que Unfollower for Instagram ?
Unfollower for Instagram est une extension Chrome développée par arismelachroinos, et sa fonction principale est "Automatically unfollows the Instagram accounts you specify.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unfollower for Instagram
Téléchargez les fichiers d'extension Unfollower for Instagram 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
This extension allows you to unfollow many users on Instagram without getting your. account restricted. Enter your username list, set a delay and click "Start". The extension will unfollow every user on the list, one by one, with the specified delay in between. You can also add usernames to the list by right-clicking on a username on Instagram, and choosing: "Add username to unfollow list". You do not need to enter your log in information anywhere. You just have to already be signed in to your Instagram account in your browser.
Informations de Base sur l'Extension
Nom | Unfollower for Instagram |
ID | khknnhbfkebnggopbjgdfjboeogenoea |
URL Officiel | https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea |
Description | Automatically unfollows the Instagram accounts you specify. |
Taille du Fichier | 28.43 KB |
Nombre d'Installations | 1,132 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2022-05-17 |
Date de Publication | 2022-05-17 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | arismelachroinos |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unfollower for Instagram", "version": "0.2", "author": "Aris Melachroinos", "manifest_version": 3, "description": "Automatically unfollows the Instagram accounts you specify.", "permissions": [ "storage", "scripting", "alarms", "webRequest", "contextMenus" ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Unfollower for Instagram", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |