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)”。

擴展截圖

screenshot
screenshot
screenshot

下載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 :)                    

擴展基本資訊

名稱 Hottest New Roblox Games New Tab Hottest New Roblox Games New Tab
ID ngpllbgnplcknfhcefkjhijicckamecd
官方網址 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'"
}