Unfollower Tracker for IG
Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!
Unfollower Tracker for IGとは何ですか?
Unfollower Tracker for IGはBeSocialToolsによって開発されたChromeの拡張機能で、その主な機能は「Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!」です。
拡張機能のスクリーンショット
Unfollower Tracker for IG拡張機能のCRXファイルをダウンロード
Unfollower Tracker for IG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🌟 Unfollower Tracker for IG 🌟
Easily manage your Instagram connections! Discover who's not following you back, track new followers, and much more.
Key Features:
🚫 Don’t Follow Me Back - Identify users not reciprocating your follow.
➡️ You Don't Follow Back - Users you haven't followed back.
👥 Mutual - Mutual connections on Instagram.
🕵️ Recent Unfollowers - Recent unfollowers at a glance.
🔍 Full insight into followers & unfollowers.
✨ Bulk follow/unfollow functionality.
📈 Export data to Excel.
Data Privacy:
Your data stays on your computer - completely private and secure. No passwords needed, no data shared with third parties.
Support:
Questions? Contact us at [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | coimhafkimmplkidfmhelnlkjpihopnk |
| 公式URL | https://chromewebstore.google.com/detail/unfollower-tracker-for-ig/coimhafkimmplkidfmhelnlkjpihopnk |
| 説明 | Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly! |
| ファイルサイズ | 816 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2023-12-21 |
| 公開日 | 2023-12-13 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | BeSocialTools |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://besocial.top/unfollower-tracker/ |
| プライバシーポリシーページのURL | https://besocial.top/besocial/privacy-policy.html |
| 対応言語 | de,en,fr,es,it,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
"version": "1.1.1",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"default_locale": "en",
"action": {
"default_title": "Unfollower tracker",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"https:\/\/*.cdninstagram.com\/*",
"https:\/\/*.fbcdn.net\/*",
"https:\/\/besocial.top\/"
],
"permissions": [
"storage"
]
} | |