Instagram AutoFollow #Hashtag

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

Co to jest Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag to rozszerzenie Chrome opracowane przez kleber, a jego główną funkcją jest „Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram AutoFollow #Hashtag

Pobierz pliki rozszerzeń Instagram AutoFollow #Hashtag w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension follows instagram accounts by hashtag                    

Podstawowe informacje o rozszerzeniu

Nazwa Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Opis Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Rozmiar pliku 72.18 KB
Liczba instalacji 123
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-11-12
Data Publikacji 2020-04-13
Deweloper kleber
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kleber.digital/productos/instagram-autofollow-hashtag
Adres URL Strony Pomocy https://kleber.digital/contacto/
Obsługiwane Języki 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
}