Appz

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

Apa itu Appz?

Appz adalah ekstensi Chrome yang dikembangkan oleh https://appz.com, dan fitur utamanya adalah "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Appz

Unduh file ekstensi Appz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Appz Appz
ID aifgjglpgobjdlkajigoehlkjadpppag
URL Resmi https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag
Deskripsi Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Ukuran File 2.04 MB
Jumlah Instalasi 508
Versi Saat Ini 4.2.5
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 4.28/5 Total 25 Penilaian
Pengembang https://appz.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://appz.com/faq/
URL Halaman Kebijakan Privasi https://appz.com/privacy.aspx
Bahasa yang Didukung 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"
}