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 |
官方網址 | 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" } |