Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Cos'è Instagram AutoFollow #Hashtag?
Instagram AutoFollow #Hashtag è un'estensione di Chrome sviluppata da kleber, e la sua funzione principale è "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram AutoFollow #Hashtag
Scarica i file di estensione Instagram AutoFollow #Hashtag in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension follows instagram accounts by hashtag
Informazioni di Base sull'Estensione
Nome | |
ID | mflggmjpnhmclfilgbinldnmjeaominp |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
Descrizione | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
Dimensione del File | 72.18 KB |
Conteggio Installazioni | 123 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-11-12 |
Data di Pubblicazione | 2020-04-13 |
Sviluppatore | kleber |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kleber.digital/productos/instagram-autofollow-hashtag |
URL della Pagina di Aiuto | https://kleber.digital/contacto/ |
Lingue Supportate | 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 } |