Instafollow
Adds or remove instagram followers in bulk
Wat is Instafollow?
Instafollow is een Chrome-extensie ontwikkeld door Dovmary, en de belangrijkste functie is "Adds or remove instagram followers in bulk".
Extensie Screenshots
Download het CRX-bestand van de extensie Instafollow
Download Instafollow-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
A free instagram add and remove followers button. Add multiple instagram followers at once. Remove multiple instagram followers at once
Basisinformatie over de Extensie
Naam | Instafollow |
ID | gihfglmnhbebbdgonelahecahfagpenb |
Officiële URL | https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb |
Beschrijving | Adds or remove instagram followers in bulk |
Bestandsgrootte | 12.42 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-11-24 |
Publicatiedatum | 2023-11-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Dovmary |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instafollow", "description": "Adds or remove instagram followers in bulk", "version": "1.0", "action": { "default_popup": "FE.html", "default_icon": "image\/logo.jpg" }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "Content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "index.css" ] } ] } |