Hottest New Roblox Games New Tab
Discover the fastest growing Roblox games before your friends (updated daily)
什么是Hottest New Roblox Games New Tab?
Hottest New Roblox Games New Tab是由https://www.dubitlimited.com开发的Chrome扩展程序,该扩展的主要功能是“Discover the fastest growing Roblox games before your friends (updated daily)”。
扩展截图
下载Hottest New Roblox Games New Tab扩展crx文件
下载Hottest New Roblox Games New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Discover a new Roblox game in every tab. Let our algorithm do the hard work; we monitor millions of Roblox games to find the gems you've missed! Games update daily. We love Roblox, but finding the hot new games is tough, so we made this extension. We track over 9 million Roblox games; when we spot a game growing quickly from a small number of visits we want to play it! This extension surfaces those games and updates every day. It's free and it's fun! We've got lots of ideas to improve it, hopefully, you'll enjoy the first version. Source code: https://github.com/MatthewWarneford/RobloxExtension We don't look at any sites you visit or your Roblox account. Extension just loads data from our server to display hot games :)
扩展基本信息
名称 | |
ID | ngpllbgnplcknfhcefkjhijicckamecd |
官方URL | https://chromewebstore.google.com/detail/hottest-new-roblox-games/ngpllbgnplcknfhcefkjhijicckamecd |
简介 | Discover the fastest growing Roblox games before your friends (updated daily) |
文件大小 | 386 KB |
安装次数 | 238 |
当前版本 | 0.1.9 |
更新时间 | 2021-05-21 |
上架时间 | 2020-12-26 |
评分 | 4.69/5 共13次评分 |
开发者 | https://www.dubitlimited.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://rbdash.dubitlimited.com/Roblox-Games |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hottest New Roblox Games New Tab", "version": "0.1.9", "description": "Discover the fastest growing Roblox games before your friends (updated daily)", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "roblox_tab.html" }, "icons": { "128": "128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" } |