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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dubitlimited.com และคุณลักษณะหลักของมันคือ "Discover the fastest growing Roblox games before your friends (updated daily)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hottest New Roblox Games New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |