Instagram AutoFollow #Hashtag

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

Vad är Instagram AutoFollow #Hashtag?

Instagram AutoFollow #Hashtag är en Chrome-tillägg utvecklad av kleber, och dess huvudfunktion är "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

Tilläggsskärmbilder

screenshot

Ladda ner Instagram AutoFollow #Hashtag-förlängningens CRX-fil

Ladda ner Instagram AutoFollow #Hashtag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension follows instagram accounts by hashtag                    

Grundläggande Information om Tillägg

Namn Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
Beskrivning Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Filstorlek 72.18 KB
Antal Installationer 123
Aktuell Version 1.2
Senast Uppdaterad 2020-11-12
Publiceringsdatum 2020-04-13
Utvecklare kleber
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kleber.digital/productos/instagram-autofollow-hashtag
Hjälpsida URL https://kleber.digital/contacto/
Stödda Språk 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
}