unfollowBot
Deja de seguir a quienes no te siguen en Instagram...
Wat is unfollowBot?
unfollowBot is een Chrome-extensie ontwikkeld door zcriptz, en de belangrijkste functie is "Deja de seguir a quienes no te siguen en Instagram...".
Extensie Screenshots
Download het CRX-bestand van de extensie unfollowBot
Download unfollowBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Esta extensión te permitirá dejar de seguir a quienes no te siguen o te han dejado de seguir automáticamente. Es totalmente gratuita.
Basisinformatie over de Extensie
Naam | |
ID | fbmdhjemeooofndoodiahhaoepdjlepi |
Officiële URL | https://chrome.google.com/webstore/detail/unfollowbot/fbmdhjemeooofndoodiahhaoepdjlepi |
Beschrijving | Deja de seguir a quienes no te siguen en Instagram... |
Bestandsgrootte | 23.76 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-06-22 |
Publicatiedatum | 2021-06-22 |
Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | zcriptz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.instagram.com/return.this |
Help Pagina-URL | https://www.instagram.com/return.this |
Ondersteunde Talen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "unfollowBot", "version": "1.0", "manifest_version": 2, "description": "Deja de seguir a quienes no te siguen en Instagram...", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_title": "unfollowBot", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.instagram.com\/" ] } |