Worm World Mock

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

Worm World Mockคืออะไร?

Worm World Mock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wormworld.io และคุณลักษณะหลักของมันคือ "Use wormworld skins in any other extension. And free the rooms."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worm World Mock

ดาวน์โหลดไฟล์ส่วนขยาย Worm World Mock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}