RTrack

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

什麼是RTrack?

RTrack是由rtrack.social開發的Chrome擴展程式,該擴展的主要功能是“User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking”。

擴展截圖

screenshot

下載RTrack擴展crx文件

下載RTrack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RTrack RTrack
ID ocncmnlemplfdjckmhflkhjebhlkkepl
官方網址 https://chromewebstore.google.com/detail/rtrack/ocncmnlemplfdjckmhflkhjebhlkkepl
簡介 User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking
檔案大小 18.76 KB
安裝次數 903
目前版本 0.1.23
更新時間 2021-10-18
上架時間 2021-02-04
評分 3.67/5 共 3 次評分
開發者 rtrack.social
電子郵箱 [email protected]
付費類型 free
擴展官網 https://rtrack.social
支援的語言 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"
}