Roblox JobId Join

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

Wat is Roblox JobId Join?

Roblox JobId Join is een Chrome-extensie ontwikkeld door Romz Studios, en de belangrijkste functie is "Roblox JobId Join allows you to join a Roblox server with a specific job ID!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roblox JobId Join

Download Roblox JobId Join-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

                        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                    

Basisinformatie over de Extensie

Naam Roblox JobId Join Roblox JobId Join
ID pdeebkpgdaflejgihpbniammmelkdnac
Officiële URL https://chromewebstore.google.com/detail/roblox-jobid-join/pdeebkpgdaflejgihpbniammmelkdnac
Beschrijving Roblox JobId Join allows you to join a Roblox server with a specific job ID!
Bestandsgrootte 7.12 KB
Aantal Installaties 7,034
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-04-22
Publicatiedatum 2020-11-18
Beoordeling 3.38/5 Totaal 13 Beoordelingen
Ontwikkelaar Romz Studios
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}