Doctorpus Assets

a Deeeep.io Asset Pack!

Cos'è Doctorpus Assets?

Doctorpus Assets è un'estensione di Chrome sviluppata da Doctorpus, e la sua funzione principale è "a Deeeep.io Asset Pack!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Doctorpus Assets

Scarica i file di estensione Doctorpus Assets 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

                        Replaces the asset files in deeeep.io, and makes the game take on a different, more cartoony look!                    

Informazioni di Base sull'Estensione

Nome Doctorpus Assets Doctorpus Assets
ID cmlbeiacmcbdiepcenjmhmkclmffbgbd
URL Ufficiale https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd
Descrizione a Deeeep.io Asset Pack!
Dimensione del File 810 KB
Conteggio Installazioni 610
Versione Corrente 1.0.42
Ultimo Aggiornamento 2022-07-13
Data di Pubblicazione 2020-10-10
Valutazione 4.83/5 Totale 24 Valutazioni
Sviluppatore Doctorpus
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doctorpus Assets",
    "description": "a Deeeep.io Asset Pack!",
    "version": "1.0.42",
    "icons": {
        "128": "Docassetsicon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Click to turn Doctorpus Assets on\/off"
    },
    "permissions": [
        "webRequest",
        "https:\/\/deeeep.io\/*",
        "https:\/\/mapmaker.deeeep.io\/*",
        "https:\/\/beta.deeeep.io\/*",
        "https:\/\/cdn.deeeep.io\/*",
        "webRequestBlocking",
        "storage"
    ]
}