repdev
Embed Roblox's new Creator Dashboard into the old /develop page
Vad är repdev?
repdev är en Chrome-tillägg utvecklad av imacodr, och dess huvudfunktion är "Embed Roblox's new Creator Dashboard into the old /develop page".
Tilläggsskärmbilder
Ladda ner repdev-förlängningens CRX-fil
Ladda ner repdev-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
A very simple extension to embed the new Roblox Creator Dashboard into the old /develop page. Grundläggande Information om Tillägg
| Namn | |
| ID | moelpcgpbninfpbabbjhedhkmjmfjoic |
| Officiell webbadress | https://chromewebstore.google.com/detail/repdev/moelpcgpbninfpbabbjhedhkmjmfjoic |
| Beskrivning | Embed Roblox's new Creator Dashboard into the old /develop page |
| Filstorlek | 9.41 KB |
| Antal Installationer | 53 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-03-28 |
| Publiceringsdatum | 2023-03-28 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | imacodr |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/imacodr/repdev |
| Hjälpsida URL | https://github.com/imacodr/repdev |
| URL till Sekretesspolicy Sidan | https://samuel.perillo.dev/grammarpolice/privacypolicy |
| Stödda Språk | 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"
]
}
]
} | |