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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://wormworld.io/worm-mock
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}