ROBLOX Follow Checker

Checks whether or not a user is following you.

¿Qué es ROBLOX Follow Checker?

ROBLOX Follow Checker es una extensión de Chrome desarrollada por Usering, y su función principal es "Checks whether or not a user is following you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ROBLOX Follow Checker

Descarga archivos de extensión ROBLOX Follow Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ROBLOX Follow Checker ROBLOX Follow Checker
ID gfpphfadinalebmmjaamocgoakipkolj
URL Oficial https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj
Descripción Checks whether or not a user is following you.
Tamaño del Archivo 52.17 KB
Cantidad de Instalaciones 10,929
Versión Actual 2
Última Actualización 2015-11-22
Fecha de Publicación 2015-11-22
Calificación 3.48/5 Total de 46 Calificaciones
Desarrollador Usering
Tipo de Pago free
Idiomas Soportados 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"
}