repdev
Embed Roblox's new Creator Dashboard into the old /develop page
What is repdev?
repdev is a Chrome extension developed by imacodr, and its main feature is "Embed Roblox's new Creator Dashboard into the old /develop page".
Extension Screenshots
Download repdev Extension CRX File
Download repdev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A very simple extension to embed the new Roblox Creator Dashboard into the old /develop page.
Extension Basic Information
Name | repdev |
ID | moelpcgpbninfpbabbjhedhkmjmfjoic |
Official URL | https://chromewebstore.google.com/detail/repdev/moelpcgpbninfpbabbjhedhkmjmfjoic |
Description | Embed Roblox's new Creator Dashboard into the old /develop page |
File Size | 9.41 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2023-03-28 |
Publish Date | 2023-03-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | imacodr |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/imacodr/repdev |
Help Page URL | https://github.com/imacodr/repdev |
Privacy Policy Page URL | https://samuel.perillo.dev/grammarpolice/privacypolicy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "repdev", "description": "Embed Roblox's new Creator Dashboard into the old \/develop page", "version": "1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/develop" ], "js": [ "roblox.js" ] } ] } |