ROBLOX Follow Checker

Checks whether or not a user is following you.

ROBLOX Follow Checkerคืออะไร?

ROBLOX Follow Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Usering และคุณลักษณะหลักของมันคือ "Checks whether or not a user is following you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROBLOX Follow Checker

ดาวน์โหลดไฟล์ส่วนขยาย ROBLOX Follow Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}