ROBLOX Follow Checker

Checks whether or not a user is following you.

ROBLOX Follow Checker란 무엇입니까?

ROBLOX Follow Checker은(는) Usering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks whether or not a user is following you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ROBLOX Follow Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}