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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily see which of your followers follow you on Medium.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Medium.com Follow Back Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": []
}