Worm World Mock

Use wormworld skins in any other extension. And free the rooms.

Worm World Mock란 무엇입니까?

Worm World Mock은(는) https://wormworld.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use wormworld skins in any other extension. And free the rooms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Worm World Mock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WormWorld has been attacked in several ways during its 3 years of existence. And many things that our team developed were copied and distributed without permission and without even saying Thanks. So let's work on top of all the extensions so that everyone can use all the resources.                    

확장 프로그램 기본 정보

이름 Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
공식 URL https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
설명 Use wormworld skins in any other extension. And free the rooms.
파일 크기 1.38 MB
설치 횟수 763
현재 버전 0.1
최근 업데이트 2022-10-04
출시 날짜 2022-10-03
평점 5.00/5 총 2 개의 평점
개발자 https://wormworld.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wormworld.io/worm-mock
도움말 페이지 URL https://wormworld.io/worm-mock
개인정보 보호 정책 페이지 URL https://wormworld.io/politica-de-privacidade
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "assets\/ic_launcher192.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "globals.js",
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "64": "assets\/ic_launcher48.png",
        "128": "assets\/ic_launcher72.png",
        "192": "assets\/ic_launcher96.png",
        "256": "assets\/ic_launcher144.png",
        "512": "assets\/ic_launcher192.png"
    },
    "description": "Use wormworld skins in any other extension. And free the rooms.",
    "manifest_version": 3,
    "name": "Worm World Mock",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "codemirror\/*",
                "app\/*",
                "mocky.prod.js"
            ]
        },
        {
            "matches": [
                "file:\/\/\/*"
            ],
            "resources": [
                "codemirror\/*",
                "app\/*",
                "mocky.prod.js"
            ]
        }
    ]
}