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ファイルをダウンロード

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