Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Wat is Instagram AutoFollow #Hashtag?
Instagram AutoFollow #Hashtag is een Chrome-extensie ontwikkeld door kleber, en de belangrijkste functie is "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram AutoFollow #Hashtag
Download Instagram AutoFollow #Hashtag-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
This extension follows instagram accounts by hashtag Basisinformatie over de Extensie
| Naam | |
| ID | mflggmjpnhmclfilgbinldnmjeaominp |
| Officiële URL | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
| Beschrijving | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
| Bestandsgrootte | 72.18 KB |
| Aantal Installaties | 123 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-11-12 |
| Publicatiedatum | 2020-04-13 |
| Ontwikkelaar | kleber |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://kleber.digital/productos/instagram-autofollow-hashtag |
| Help Pagina-URL | https://kleber.digital/contacto/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Instagram AutoFollow #Hashtag",
"version": "1.2",
"description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ",
"permissions": [
"activeTab",
"declarativeContent",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"manifest_version": 2
} | |