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'" } |