Instagram AutoFollow #Hashtag

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

Qu'est-ce que Instagram AutoFollow #Hashtag ?

Instagram AutoFollow #Hashtag est une extension Chrome développée par kleber, et sa fonction principale est "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram AutoFollow #Hashtag

Téléchargez les fichiers d'extension Instagram AutoFollow #Hashtag 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 follows instagram accounts by hashtag                    

Informations de Base sur l'Extension

Nom Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
URL Officiel https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Description Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Taille du Fichier 72.18 KB
Nombre d'Installations 123
Version Actuelle 1.2
Dernière Mise à Jour 2020-11-12
Date de Publication 2020-04-13
Développeur kleber
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kleber.digital/productos/instagram-autofollow-hashtag
URL de la Page d'Aide https://kleber.digital/contacto/
Langues Prises en Charge 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
}