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”。

擴展截圖

screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 InsTF - Instagram follower tracker InsTF - Instagram follower tracker
ID deppcpikimfefmjmdpalknbdfmhdlein
官方網址 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'"
    }
}