repdev
Embed Roblox's new Creator Dashboard into the old /develop page
Wat is repdev?
repdev is een Chrome-extensie ontwikkeld door imacodr, en de belangrijkste functie is "Embed Roblox's new Creator Dashboard into the old /develop page".
Extensie Screenshots
Download het CRX-bestand van de extensie repdev
Download repdev-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A very simple extension to embed the new Roblox Creator Dashboard into the old /develop page. Basisinformatie over de Extensie
| Naam | |
| ID | moelpcgpbninfpbabbjhedhkmjmfjoic |
| Officiële URL | https://chromewebstore.google.com/detail/repdev/moelpcgpbninfpbabbjhedhkmjmfjoic |
| Beschrijving | Embed Roblox's new Creator Dashboard into the old /develop page |
| Bestandsgrootte | 9.41 KB |
| Aantal Installaties | 53 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-28 |
| Publicatiedatum | 2023-03-28 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | imacodr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/imacodr/repdev |
| Help Pagina-URL | https://github.com/imacodr/repdev |
| URL van de Privacybeleid Pagina | https://samuel.perillo.dev/grammarpolice/privacypolicy |
| Ondersteunde Talen | 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"
]
}
]
} | |