A lightweight browser extension that modifies Roblox catalog pages by replacing the default Buy button with a Play Game button that redirects users to a selected Roblox experience.
This extension runs on Roblox catalog pages and:
- Detects purchase buttons (Buy / Get / Buy Now)
- Replaces them with a custom PLAY GAME button
- Redirects the user to a user-defined Roblox Place ID
- Stores the Place ID locally in the browser via extension settings
- Simple popup UI for setting your Roblox Place ID
- Persistent storage using
chrome.storage - Automatic DOM detection using MutationObserver (works with Roblox React updates)
The extension does NOT modify Roblox purchases directly.
Instead, it changes the button behavior on catalog pages so that clicking it sends the user to a configured Roblox experience instead of the default purchase flow.
- Download or clone this repository
- Open Chrome / Edge / Brave
- Go to
chrome://extensions - Enable Developer Mode
- Click Load Unpacked
- Select the project folder
- Click the extension icon in your browser
- Enter your Roblox Place ID
- Click Save
- Visit any Roblox catalog item page
Some users choose to route through Roblox experiences that may include promotional or discounted entry systems depending on the game used.
If you want to see an example setup/tutorial, you can watch: https://www.youtube.com/watch?v=ckxxR4rfOpA
This extension does not modify purchases. It only changes client-side button behavior in your browser.