Pandro | Instagram™ bot for followers

Assistant tool to automate Instagram™

Pandro | Instagram™ bot for followers क्या है?

Pandro | Instagram™ bot for followers https://instech.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assistant tool to automate Instagram™"।

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

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

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

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

                        Smart Assistant for Instagram™
Grow your IG. Scale up your reach and grow your business on instagram™ by using automation for different actions.
Just set your preferences and forget about it. The tool will work on your behalf.

IG growth service to help you get real and organic IG followers, effortlessly while you take care of your daily tasks. Enjoy a 20-day free trial period and taste what our IG automation can do for your account!

Security
# Pandro doesn’t need your IG username or password to operate.
# Pandro doesn’t send your IG activity to a remote server. Your data is secure.
LEGAL NOTICE:
This extension handles personal or sensitive user data (Cookies and Web Browsing Activity). Please see our Privacy Policy for more details about purpose and methods of our handling personal or sensitive user data.
Link to Privacy Policy located in "Additional Information" section.
IG™ is a trademark of IG Inc., registered in the U.S. and other countries.
This is an independent project not related to IG™ or IG Inc.                    

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

नाम Pandro | Instagram™ bot for followers Pandro | Instagram™ bot for followers
ID cmfdbhodbknpeambnnahbheoeajhbeel
आधिकारिक URL https://chromewebstore.google.com/detail/pandro-instagram-bot-for/cmfdbhodbknpeambnnahbheoeajhbeel
विवरण Assistant tool to automate Instagram™
फ़ाइल का आकार 3.91 MB
स्थापना संख्या 2,378
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-10-01
प्रकाशन तिथि 2020-06-28
रेटिंग 1.93/5 कुल 15 रेटिंग्स
डेवलपर https://instech.tech
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://instech.tech/privacy-instech/privacy2
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ExtName__",
    "description": "__MSG_ExtDesc__",
    "short_name": "Pandro",
    "default_locale": "en",
    "version": "1.1.5",
    "author": "Pandro",
    "permissions": [
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/instech.tech\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "icons": {
        "128": ".\/res\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "Pandro"
    },
    "background": {
        "service_worker": "main.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}