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