ROBLOX Follow Checker
Checks whether or not a user is following you.
Wat is ROBLOX Follow Checker?
ROBLOX Follow Checker is een Chrome-extensie ontwikkeld door Usering, en de belangrijkste functie is "Checks whether or not a user is following you.".
Extensie Screenshots
Download het CRX-bestand van de extensie ROBLOX Follow Checker
Download ROBLOX Follow Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ROBLOX Follow Checker |
ID | gfpphfadinalebmmjaamocgoakipkolj |
Officiële URL | https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj |
Beschrijving | Checks whether or not a user is following you. |
Bestandsgrootte | 52.17 KB |
Aantal Installaties | 10,929 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2015-11-22 |
Publicatiedatum | 2015-11-22 |
Beoordeling | 3.48/5 Totaal 46 Beoordelingen |
Ontwikkelaar | Usering |
Betalingswijze | free |
Ondersteunde Talen | 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" } |