Instagram AutoFollow #Hashtag

Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM

Что такое Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag - это расширение Chrome, разработанное kleber, и его основная функция - "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Instagram AutoFollow #Hashtag

Скачайте файлы расширений Instagram AutoFollow #Hashtag в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension follows instagram accounts by hashtag                    

Основная информация о расширении

Название Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Официальный URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Описание Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Размер файла 72.18 KB
Количество установок 123
Текущая Версия 1.2
Последнее Обновление 2020-11-12
Дата публикации 2020-04-13
Разработчик kleber
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://kleber.digital/productos/instagram-autofollow-hashtag
URL страницы помощи https://kleber.digital/contacto/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram AutoFollow #Hashtag",
    "version": "1.2",
    "description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}