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!

Sims 4 random game generator란 무엇입니까?

Sims 4 random game generator은(는) gorkgramacion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Sims 4 random game generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Sims 4 random game generator Sims 4 random game generator
ID kpceegmoghjiacgkllncdimobpcfnhoo
공식 URL https://chromewebstore.google.com/detail/sims-4-random-game-genera/kpceegmoghjiacgkllncdimobpcfnhoo
설명 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!
파일 크기 2.98 MB
설치 횟수 747
현재 버전 1.1
최근 업데이트 2021-06-25
출시 날짜 2021-01-24
평점 2.00/5 총 4 개의 평점
개발자 gorkgramacion
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    }
}