Appz

Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.

Appzคืออะไร?

Appz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appz.com และคุณลักษณะหลักของมันคือ "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Appz

ดาวน์โหลดไฟล์ส่วนขยาย Appz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Appz is Your Smart Personal Assistant for Instagram ™

Appz is a plugin that runs on Google Chrome browser on your desktop computer. Appz can auto-like, auto-comment, auto-follow and auto-unfollow on your behalf based on your interested hashtags. 

It's simple, more engagement equals more followers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Appz Appz
ID aifgjglpgobjdlkajigoehlkjadpppag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag
คำอธิบาย Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 508
เวอร์ชันปัจจุบัน 4.2.5
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.28/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://appz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://appz.com/faq/
URL หน้านโยบายความเป็นส่วนตัว https://appz.com/privacy.aspx
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/signalr.min.js",
            "js\/shared.js",
            "singlesession.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Appz",
        "default_popup": "appz.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "appdash.js"
            ],
            "matches": [
                "https:\/\/appz.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval' ; object-src 'self'",
    "description": "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Appz",
    "permissions": [
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/.instagram.com\/",
        "*:\/\/localhost\/",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.5"
}