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.”。
扩展截图
下载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 |
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" } |