ROBLOX Follow Checker

Checks whether or not a user is following you.

What is ROBLOX Follow Checker?

ROBLOX Follow Checker is a Chrome extension developed by Usering, and its main feature is "Checks whether or not a user is following you.".

Extension Screenshots

screenshot
screenshot

Download ROBLOX Follow Checker Extension CRX File

Download ROBLOX Follow Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ROBLOX Follow Checker ROBLOX Follow Checker
ID gfpphfadinalebmmjaamocgoakipkolj
Official URL https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj
Description Checks whether or not a user is following you.
File Size 52.17 KB
Installation Count 10,929
Current Version 2
Last Updated 2015-11-22
Publish Date 2015-11-22
Rating 3.48/5 Total 46 Ratings
Developer Usering
Payment Type free
Supported Languages 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"
}