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"
}