Worm World Mock

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

Was ist Worm World Mock?

Worm World Mock ist eine Chrome-Erweiterung, die von https://wormworld.io entwickelt wurde, und ihr Hauptmerkmal ist "Use wormworld skins in any other extension. And free the rooms.".

Erweiterungsscreenshots

screenshot
screenshot

Worm World Mock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Worm World Mock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
Offizielle URL https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
Beschreibung Use wormworld skins in any other extension. And free the rooms.
Dateigröße 1.38 MB
Installationsanzahl 763
Aktuelle Version 0.1
Letztes Update 2022-10-04
Veröffentlichungsdatum 2022-10-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://wormworld.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wormworld.io/worm-mock
Hilfeseite URL https://wormworld.io/worm-mock
URL der Datenschutzrichtlinien-Seite https://wormworld.io/politica-de-privacidade
Unterstützte Sprachen 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"
            ]
        }
    ]
}