repdev

Embed Roblox's new Creator Dashboard into the old /develop page

Apa itu repdev?

repdev adalah ekstensi Chrome yang dikembangkan oleh imacodr, dan fitur utamanya adalah "Embed Roblox's new Creator Dashboard into the old /develop page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi repdev

Unduh file ekstensi repdev dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A very simple extension to embed the new Roblox Creator Dashboard into the old /develop page.                    

Informasi Dasar Ekstensi

Nama repdev repdev
ID moelpcgpbninfpbabbjhedhkmjmfjoic
URL Resmi https://chromewebstore.google.com/detail/repdev/moelpcgpbninfpbabbjhedhkmjmfjoic
Deskripsi Embed Roblox's new Creator Dashboard into the old /develop page
Ukuran File 9.41 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-28
Tanggal Publikasi 2023-03-28
Penilaian 3.00/5 Total 2 Penilaian
Pengembang imacodr
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/imacodr/repdev
URL Halaman Bantuan https://github.com/imacodr/repdev
URL Halaman Kebijakan Privasi https://samuel.perillo.dev/grammarpolice/privacypolicy
Bahasa yang Didukung 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"
            ]
        }
    ]
}