Medium.com Follow Back Checker

Easily see which of your followers follow you on Medium.com

什麼是Medium.com Follow Back Checker?

Medium.com Follow Back Checker是由pizzaisdavid開發的Chrome擴展程式,該擴展的主要功能是“Easily see which of your followers follow you on Medium.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Medium.com Follow Back Checker擴展crx文件

下載Medium.com Follow Back Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This program is an enhancement tool which allows you to see if the people that you follower are also following you.

How to use:
1) Go to your profile page.
2) In the "Following" section, click "see all"
3) While the program is loading, there will be "loading" icons next to everyone's usernames.
4) Once all the data is loaded, the first few results should be displayed.
5) Purchased premium to see all of the results.

Note: some times medium's internal website structure changes and this breaks the program. -- When this happens, I do fix it. But please verify that you are happy with the functionality of the program before purchasing premium.                    

擴展基本資訊

名稱 Medium.com Follow Back Checker Medium.com Follow Back Checker
ID fbfndhfhlmfoibomlpeionegdedjgood
官方網址 https://chromewebstore.google.com/detail/mediumcom-follow-back-che/fbfndhfhlmfoibomlpeionegdedjgood
簡介 Easily see which of your followers follow you on Medium.com
檔案大小 161 KB
安裝次數 39
目前版本 3.0.1
更新時間 2023-08-23
上架時間 2022-09-22
評分 1.00/5 共 3 次評分
開發者 pizzaisdavid
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://pizzaisdavid.com/ppp-privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium.com Follow Back Checker",
    "short_name": "Medium - Follow Checker",
    "description": "Easily see which of your followers follow you on Medium.com",
    "manifest_version": 3,
    "version": "3.0.1",
    "action": {
        "default_title": "Medium.com Follow Back Checker",
        "default_popup": "index.html"
    },
    "icons": {
        "16": ".\/assets\/icons\/default\/16.png",
        "24": ".\/assets\/icons\/default\/24.png",
        "32": ".\/assets\/icons\/default\/32.png",
        "128": ".\/assets\/icons\/default\/128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.medium.com\/*",
                "https:\/\/medium.com\/*"
            ],
            "js": [
                ".\/content-script.js"
            ],
            "css": [
                ".\/medium.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": []
}