InsTF - Instagram follower tracker
Unfollow ghost folower, analysis your followers to find who is not following back
InsTF - Instagram follower trackerคืออะไร?
InsTF - Instagram follower tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.listmore.info และคุณลักษณะหลักของมันคือ "Unfollow ghost folower, analysis your followers to find who is not following back"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InsTF - Instagram follower tracker
ดาวน์โหลดไฟล์ส่วนขยาย InsTF - Instagram follower tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Analysis your followers to find who is not following back. Track your followers everyday to find the metrics below: New followers Lost followers New followings Mutual friends I don't follow back Don't follow me Back No password required!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InsTF - Instagram follower tracker |
ID | deppcpikimfefmjmdpalknbdfmhdlein |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein |
คำอธิบาย | Unfollow ghost folower, analysis your followers to find who is not following back |
ขนาดไฟล์ | 896 KB |
จำนวนการติดตั้ง | 10,419 |
เวอร์ชันปัจจุบัน | 2.2.9 |
อัปเดตครั้งล่าสุด | 2024-01-25 |
วันที่เผยแพร่ | 2021-12-23 |
คะแนน | 4.62/5 รวมทั้งหมด 63 คะแนน |
ผู้พัฒนา | https://www.listmore.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.listmore.info/ |
URL หน้านโยบายความเป็นส่วนตัว | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InsTF - Instagram follower tracker", "version": "2.2.9", "description": "Unfollow ghost folower, analysis your followers to find who is not following back", "action": { "default_icon": ".\/assets\/icon-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.listmore.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*?ext=T&cmd=export&uuid=*" ], "js": [ "dist\/exportPanel\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/exportPanel\/style.css", "assets\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |