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…
Vad är Go To Roblox Profile?
Go To Roblox Profile är en Chrome-tillägg utvecklad av gtrpdev, och dess huvudfunktion är "Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…".
Tilläggsskärmbilder
Ladda ner Go To Roblox Profile-förlängningens CRX-fil
Ladda ner Go To Roblox Profile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jcoekbmieggcgaaamfadbodonempleha |
Officiell webbadress | https://chrome.google.com/webstore/detail/go-to-roblox-profile/jcoekbmieggcgaaamfadbodonempleha |
Beskrivning | Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's… |
Filstorlek | 28.7 KB |
Antal Installationer | 10,000 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-08-17 |
Publiceringsdatum | 2020-03-17 |
Betyg | 3.83/5 Totalt 35 Betyg |
Utvecklare | gtrpdev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |