Roblox JobId Join

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

Qu'est-ce que Roblox JobId Join ?

Roblox JobId Join est une extension Chrome développée par Romz Studios, et sa fonction principale est "Roblox JobId Join allows you to join a Roblox server with a specific job ID!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Roblox JobId Join

Téléchargez les fichiers d'extension Roblox JobId Join au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Roblox JobId Join Roblox JobId Join
ID pdeebkpgdaflejgihpbniammmelkdnac
URL Officiel 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!
Taille du Fichier 7.12 KB
Nombre d'Installations 7,034
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-04-22
Date de Publication 2020-11-18
Évaluation 3.38/5 Total 13 Évaluations
Développeur Romz Studios
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}