ROBLOX Follow Checker

Checks whether or not a user is following you.

ROBLOX Follow Checker क्या है?

ROBLOX Follow Checker Usering द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks whether or not a user is following you."।

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

screenshot
screenshot

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

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

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

                        ROBLOX Follow Checker simply tells you whether or not someone is following you.
Just go onto someone else's profile and if they are following you, you should see a "FOLLOWS YOU" text under their name- you will see nothing if they are not following you.

Made by Usering.                    

एक्सटेंशन की मूल जानकारी

नाम ROBLOX Follow Checker ROBLOX Follow Checker
ID gfpphfadinalebmmjaamocgoakipkolj
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj
विवरण Checks whether or not a user is following you.
फ़ाइल का आकार 52.17 KB
स्थापना संख्या 10,929
वर्तमान संस्करण 2
अंतिम अपडेट 2015-11-22
प्रकाशन तिथि 2015-11-22
रेटिंग 3.48/5 कुल 46 रेटिंग्स
डेवलपर Usering
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "checker.js"
            ],
            "css": [
                "checker.css"
            ],
            "matches": [
                "http:\/\/*.roblox.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Checks whether or not a user is following you.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "ROBLOX Follow Checker",
    "permissions": [
        "http:\/\/*.roblox.com\/*"
    ],
    "version": "2"
}