Worm World Mock

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

Cos'è Worm World Mock?

Worm World Mock è un'estensione di Chrome sviluppata da https://wormworld.io, e la sua funzione principale è "Use wormworld skins in any other extension. And free the rooms.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Worm World Mock

Scarica i file di estensione Worm World Mock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Worm World Mock Worm World Mock
ID aehheigeccnccikakmbliceadnehnoog
URL Ufficiale https://chromewebstore.google.com/detail/worm-world-mock/aehheigeccnccikakmbliceadnehnoog
Descrizione Use wormworld skins in any other extension. And free the rooms.
Dimensione del File 1.38 MB
Conteggio Installazioni 763
Versione Corrente 0.1
Ultimo Aggiornamento 2022-10-04
Data di Pubblicazione 2022-10-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://wormworld.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wormworld.io/worm-mock
URL della Pagina di Aiuto https://wormworld.io/worm-mock
URL della Pagina della Politica sulla Privacy https://wormworld.io/politica-de-privacidade
Lingue Supportate 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"
            ]
        }
    ]
}