ROBLOX Follow Checker
Checks whether or not a user is following you.
Qu'est-ce que ROBLOX Follow Checker ?
ROBLOX Follow Checker est une extension Chrome développée par Usering, et sa fonction principale est "Checks whether or not a user is following you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ROBLOX Follow Checker
Téléchargez les fichiers d'extension ROBLOX Follow Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ROBLOX Follow Checker |
ID | gfpphfadinalebmmjaamocgoakipkolj |
URL Officiel | https://chromewebstore.google.com/detail/roblox-follow-checker/gfpphfadinalebmmjaamocgoakipkolj |
Description | Checks whether or not a user is following you. |
Taille du Fichier | 52.17 KB |
Nombre d'Installations | 10,929 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2015-11-22 |
Date de Publication | 2015-11-22 |
Évaluation | 3.48/5 Total 46 Évaluations |
Développeur | Usering |
Type de Paiement | free |
Langues Prises en Charge | 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" } |