RTrack
User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking
RTrack là gì?
RTrack là một tiện ích mở rộng Chrome được phát triển bởi rtrack.social, và tính năng chính của nó là "User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RTrack
Tải xuống các tệp mở rộng RTrack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RTrack |
ID | ocncmnlemplfdjckmhflkhjebhlkkepl |
URL Chính Thức | https://chromewebstore.google.com/detail/rtrack/ocncmnlemplfdjckmhflkhjebhlkkepl |
Mô tả | User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking |
Kích Thước Tệp | 18.76 KB |
Số Lần Cài Đặt | 903 |
Phiên Bản Hiện Tại | 0.1.23 |
Cập Nhật Lần Cuối | 2021-10-18 |
Ngày Phát Hành | 2021-02-04 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | rtrack.social |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rtrack.social |
Ngôn Ngữ Được Hỗ Trợ | 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" } |