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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |