Roblox JobId Join

Roblox JobId Join allows you to join a Roblox server with a specific job ID!

Cos'è Roblox JobId Join?

Roblox JobId Join è un'estensione di Chrome sviluppata da Romz Studios, e la sua funzione principale è "Roblox JobId Join allows you to join a Roblox server with a specific job ID!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roblox JobId Join

Scarica i file di estensione Roblox JobId Join in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        To join a server, add a `serverJobId=` query parameter to the URL. This will automatically launch Roblox much like links with VIP server codes do.

Source Code: https://github.com/DaRealRomz/roblox-jobid-join                    

Informazioni di Base sull'Estensione

Nome Roblox JobId Join Roblox JobId Join
ID pdeebkpgdaflejgihpbniammmelkdnac
URL Ufficiale https://chromewebstore.google.com/detail/roblox-jobid-join/pdeebkpgdaflejgihpbniammmelkdnac
Descrizione Roblox JobId Join allows you to join a Roblox server with a specific job ID!
Dimensione del File 7.12 KB
Conteggio Installazioni 7,034
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-04-22
Data di Pubblicazione 2020-11-18
Valutazione 3.38/5 Totale 13 Valutazioni
Sviluppatore Romz Studios
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox JobId Join",
    "version": "1.1.0",
    "description": "Roblox JobId Join allows you to join a Roblox server with a specific job ID!",
    "icons": {
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/games\/*\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "launch.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webNavigation"
    ],
    "manifest_version": 3
}