Instagram AutoFollow #Hashtag

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

Hvad er Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag er en Chrome-udvidelse udviklet af kleber, og dens hovedfunktion er "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Udvidelsesskærmbilleder

screenshot

Download Instagram AutoFollow #Hashtag-udvidelses-CRX-fil

Download Instagram AutoFollow #Hashtag-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension follows instagram accounts by hashtag                    

Grundlæggende oplysninger om udvidelsen

Navn Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Officiel URL https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Beskrivelse Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Filstørrelse 72.18 KB
Antal Installationer 123
Nuværende Version 1.2
Senest Opdateret 2020-11-12
Udgivelsesdato 2020-04-13
Udvikler kleber
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://kleber.digital/productos/instagram-autofollow-hashtag
Hjælpeside-URL https://kleber.digital/contacto/
Understøttede Sprog 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
}