Appz

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

What is Appz?

Appz is a Chrome extension developed by https://appz.com, and its main feature is "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Appz Extension CRX File

Download Appz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Appz Appz
ID aifgjglpgobjdlkajigoehlkjadpppag
Official URL https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag
Description Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
File Size 2.04 MB
Installation Count 508
Current Version 4.2.5
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.28/5 Total 25 Ratings
Developer https://appz.com
Email [email protected]
Payment Type free
Help Page URL https://appz.com/faq/
Privacy Policy Page URL https://appz.com/privacy.aspx
Supported Languages 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"
}