RTrack

User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking

Qu'est-ce que RTrack ?

RTrack est une extension Chrome développée par rtrack.social, et sa fonction principale est "User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RTrack

Téléchargez les fichiers d'extension RTrack 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

                        View twitter and promotional codes for games, right from the Roblox game page, from rtrack.social!

This extension uses data from rtrack.live and rtrack.social to function. This data is user submitted, so not all codes will work, however lower quality codes are filtered out by the extension.

Message spam detection privacy notes:
This extension has access to your 100 most recent Roblox messages. The contents of these messages are not shared with RTrack, except in a minhash-ed form, which is a type of hashing algorithm and is not readable as text. The ID of the message, your user ID, and the user ID of the person who sent the message are also shared with RTrack to allow tracking of prolific spamming accounts, and to give an idea of the number of users being targeted.                    

Informations de Base sur l'Extension

Nom RTrack RTrack
ID ocncmnlemplfdjckmhflkhjebhlkkepl
URL Officiel https://chromewebstore.google.com/detail/rtrack/ocncmnlemplfdjckmhflkhjebhlkkepl
Description User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking
Taille du Fichier 18.76 KB
Nombre d'Installations 903
Version Actuelle 0.1.23
Dernière Mise à Jour 2021-10-18
Date de Publication 2021-02-04
Évaluation 3.67/5 Total 3 Évaluations
Développeur rtrack.social
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rtrack.social
Langues Prises en Charge en-GB
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "rtrack_style.css"
            ],
            "js": [
                "stats.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*",
                "https:\/\/rtrack.social\/*"
            ]
        }
    ],
    "description": "User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking",
    "icons": {
        "128": "RTrack128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "name": "RTrack",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.23"
}