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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}