ROBLOX Follow Checker

Checks whether or not a user is following you.

O que é ROBLOX Follow Checker?

ROBLOX Follow Checker é uma extensão do Chrome desenvolvida por Usering, e sua principal característica é "Checks whether or not a user is following you.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ROBLOX Follow Checker

Baixe arquivos de extensão ROBLOX Follow Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ROBLOX Follow Checker ROBLOX Follow Checker
ID gfpphfadinalebmmjaamocgoakipkolj
URL Oficial https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj
Descrição Checks whether or not a user is following you.
Tamanho do Arquivo 52.17 KB
Contagem de Instalações 10,929
Versão Atual 2
Última Atualização 2015-11-22
Data de Publicação 2015-11-22
Classificação 3.48/5 Total de 46 Avaliações
Desenvolvedor Usering
Tipo de Pagamento free
Idiomas Suportados 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"
}