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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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