Sims 4 random game generator

Don't know what game packs you want to play? Generate a whole random game pack for your sims 4 game with just a click!

Cos'è Sims 4 random game generator?

Sims 4 random game generator è un'estensione di Chrome sviluppata da gorkgramacion, e la sua funzione principale è "Don't know what game packs you want to play? Generate a whole random game pack for your sims 4 game with just a click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sims 4 random game generator

Scarica i file di estensione Sims 4 random game generator 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

                        Sims 4 random game generator will decide for you what game packs to play. Combinations are endless as each click will generate a random game!                    

Informazioni di Base sull'Estensione

Nome Sims 4 random game generator Sims 4 random game generator
ID kpceegmoghjiacgkllncdimobpcfnhoo
URL Ufficiale https://chromewebstore.google.com/detail/sims-4-random-game-genera/kpceegmoghjiacgkllncdimobpcfnhoo
Descrizione Don't know what game packs you want to play? Generate a whole random game pack for your sims 4 game with just a click!
Dimensione del File 2.98 MB
Conteggio Installazioni 747
Versione Corrente 1.1
Ultimo Aggiornamento 2021-06-25
Data di Pubblicazione 2021-01-24
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore gorkgramacion
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sims 4 random game generator",
    "description": "Don't know what game packs you want to play? Generate a whole random game pack for your sims 4 game with just a click!",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}