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 |
Eメール | [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" } |