Roblox JobId Join

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

What is Roblox JobId Join?

Roblox JobId Join is a Chrome extension developed by Romz Studios, and its main feature is "Roblox JobId Join allows you to join a Roblox server with a specific job ID!".

Extension Screenshots

screenshot

Download Roblox JobId Join Extension CRX File

Download Roblox JobId Join extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Roblox JobId Join Roblox JobId Join
ID pdeebkpgdaflejgihpbniammmelkdnac
Official URL https://chromewebstore.google.com/detail/roblox-jobid-join/pdeebkpgdaflejgihpbniammmelkdnac
Description Roblox JobId Join allows you to join a Roblox server with a specific job ID!
File Size 7.12 KB
Installation Count 7,034
Current Version 1.1.0
Last Updated 2022-04-22
Publish Date 2020-11-18
Rating 3.38/5 Total 13 Ratings
Developer Romz Studios
Email [email protected]
Payment Type free
Supported Languages 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
}