Instagram AutoFollow #Hashtag

Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM

Was ist Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag ist eine Chrome-Erweiterung, die von kleber entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Erweiterungsscreenshots

screenshot

Instagram AutoFollow #Hashtag-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram AutoFollow #Hashtag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension follows instagram accounts by hashtag                    

Grundlegende Informationen zur Erweiterung

Name Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Offizielle URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Beschreibung Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Dateigröße 72.18 KB
Installationsanzahl 123
Aktuelle Version 1.2
Letztes Update 2020-11-12
Veröffentlichungsdatum 2020-04-13
Entwickler kleber
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kleber.digital/productos/instagram-autofollow-hashtag
Hilfeseite URL https://kleber.digital/contacto/
Unterstützte Sprachen 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
}