Pandro | Instagram™ bot for followers

Assistant tool to automate Instagram™

什麼是Pandro | Instagram™ bot for followers?

Pandro | Instagram™ bot for followers是由https://instech.tech開發的Chrome擴展程式,該擴展的主要功能是“Assistant tool to automate Instagram™”。

擴展截圖

下載Pandro | Instagram™ bot for followers擴展crx文件

下載Pandro | Instagram™ bot for followers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}