Hottest New Roblox Games New Tab
Discover the fastest growing Roblox games before your friends (updated daily)
O que é Hottest New Roblox Games New Tab?
Hottest New Roblox Games New Tab é uma extensão do Chrome desenvolvida por https://www.dubitlimited.com, e sua principal característica é "Discover the fastest growing Roblox games before your friends (updated daily)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hottest New Roblox Games New Tab
Baixe arquivos de extensão Hottest New Roblox Games New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | |
ID | ngpllbgnplcknfhcefkjhijicckamecd |
URL Oficial | https://chromewebstore.google.com/detail/hottest-new-roblox-games/ngpllbgnplcknfhcefkjhijicckamecd |
Descrição | Discover the fastest growing Roblox games before your friends (updated daily) |
Tamanho do Arquivo | 386 KB |
Contagem de Instalações | 238 |
Versão Atual | 0.1.9 |
Última Atualização | 2021-05-21 |
Data de Publicação | 2020-12-26 |
Classificação | 4.69/5 Total de 13 Avaliações |
Desenvolvedor | https://www.dubitlimited.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://rbdash.dubitlimited.com/Roblox-Games |
Idiomas Suportados | 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'" } |