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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}