Go To Roblox Profile
Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…
Co to jest Go To Roblox Profile?
Go To Roblox Profile to rozszerzenie Chrome opracowane przez gtrpdev, a jego główną funkcją jest „Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go To Roblox Profile
Pobierz pliki rozszerzeń Go To Roblox Profile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's search page censors the name of the user you're trying to find.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jcoekbmieggcgaaamfadbodonempleha |
Oficjalny URL | https://chrome.google.com/webstore/detail/go-to-roblox-profile/jcoekbmieggcgaaamfadbodonempleha |
Opis | Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's… |
Rozmiar pliku | 28.7 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-08-17 |
Data Publikacji | 2020-03-17 |
Ocena | 3.83/5 Łącznie 35 Oceny |
Deweloper | gtrpdev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Roblox Profile", "version": "1.2", "browser_action": { "default_icon": { "16": "rpficon16.png", "24": "rpficon24.png", "32": "rpficon32.png", "48": "rpficon48.png", "64": "rpficon64.png", "128": "rpficon128.png" }, "default_title": "Go To Roblox Profile", "default_popup": "popup.html" } } |