Instagram AutoFollow #Hashtag
Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
Instagram AutoFollow #Hashtagคืออะไร?
Instagram AutoFollow #Hashtag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kleber และคุณลักษณะหลักของมันคือ "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram AutoFollow #Hashtag
ดาวน์โหลดไฟล์ส่วนขยาย Instagram AutoFollow #Hashtag ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension follows instagram accounts by hashtag
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mflggmjpnhmclfilgbinldnmjeaominp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp |
คำอธิบาย | Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM |
ขนาดไฟล์ | 72.18 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-11-12 |
วันที่เผยแพร่ | 2020-04-13 |
ผู้พัฒนา | kleber |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kleber.digital/productos/instagram-autofollow-hashtag |
URL หน้าช่วยเหลือ | https://kleber.digital/contacto/ |
ภาษาที่รองรับ | 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 } |