Doctorpus Assets

a Deeeep.io Asset Pack!

Apa itu Doctorpus Assets?

Doctorpus Assets adalah ekstensi Chrome yang dikembangkan oleh Doctorpus, dan fitur utamanya adalah "a Deeeep.io Asset Pack!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Doctorpus Assets

Unduh file ekstensi Doctorpus Assets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Doctorpus Assets Doctorpus Assets
ID cmlbeiacmcbdiepcenjmhmkclmffbgbd
URL Resmi https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd
Deskripsi a Deeeep.io Asset Pack!
Ukuran File 810 KB
Jumlah Instalasi 610
Versi Saat Ini 1.0.42
Terakhir Diperbarui 2022-07-13
Tanggal Publikasi 2020-10-10
Penilaian 4.83/5 Total 24 Penilaian
Pengembang Doctorpus
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}