Instagram AutoFollow #Hashtag

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

Instagram AutoFollow #Hashtag क्या है?

Instagram AutoFollow #Hashtag kleber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instagram AutoFollow #Hashtag एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension follows instagram accounts by hashtag                    

एक्सटेंशन की मूल जानकारी

नाम Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
आधिकारिक URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
विवरण Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
फ़ाइल का आकार 72.18 KB
स्थापना संख्या 123
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-11-12
प्रकाशन तिथि 2020-04-13
डेवलपर kleber
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kleber.digital/productos/instagram-autofollow-hashtag
सहायता पृष्ठ URL https://kleber.digital/contacto/
समर्थित भाषाएँ 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
}