RTrack

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

RTrackคืออะไร?

RTrack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rtrack.social และคุณลักษณะหลักของมันคือ "User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RTrack

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}