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”。
扩展截图
下载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 |
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" } |