Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Apa itu Instagram AutoFollow #Hashtag?
Instagram AutoFollow #Hashtag adalah ekstensi Chrome yang dikembangkan oleh kleber, dan fitur utamanya adalah "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instagram AutoFollow #Hashtag
Unduh file ekstensi Instagram AutoFollow #Hashtag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension follows instagram accounts by hashtag
Informasi Dasar Ekstensi
Nama | |
ID | mflggmjpnhmclfilgbinldnmjeaominp |
URL Resmi | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
Deskripsi | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
Ukuran File | 72.18 KB |
Jumlah Instalasi | 123 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-11-12 |
Tanggal Publikasi | 2020-04-13 |
Pengembang | kleber |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://kleber.digital/productos/instagram-autofollow-hashtag |
URL Halaman Bantuan | https://kleber.digital/contacto/ |
Bahasa yang Didukung | 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 } |