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はhttps://www.listmore.infoによって開発されたChromeの拡張機能で、その主な機能は「Unfollow ghost folower, analysis your followers to find who is not following back」です。
拡張機能のスクリーンショット
InsTF - Instagram follower tracker拡張機能のCRXファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
}
} | |