Instagram AutoFollow #Hashtag

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

What is Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag is a Chrome extension developed by kleber, and its main feature is "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Extension Screenshots

screenshot

Download Instagram AutoFollow #Hashtag Extension CRX File

Download Instagram AutoFollow #Hashtag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension follows instagram accounts by hashtag                    

Extension Basic Information

Name Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Official URL 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
File Size 72.18 KB
Installation Count 123
Current Version 1.2
Last Updated 2020-11-12
Publish Date 2020-04-13
Developer kleber
Email [email protected]
Payment Type free
Extension Website https://kleber.digital/productos/instagram-autofollow-hashtag
Help Page URL https://kleber.digital/contacto/
Supported Languages 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
}