Doctorpus Assets

a Deeeep.io Asset Pack!

Doctorpus Assetsคืออะไร?

Doctorpus Assets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Doctorpus และคุณลักษณะหลักของมันคือ "a Deeeep.io Asset Pack!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doctorpus Assets

ดาวน์โหลดไฟล์ส่วนขยาย Doctorpus Assets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doctorpus Assets Doctorpus Assets
ID cmlbeiacmcbdiepcenjmhmkclmffbgbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd
คำอธิบาย a Deeeep.io Asset Pack!
ขนาดไฟล์ 810 KB
จำนวนการติดตั้ง 610
เวอร์ชันปัจจุบัน 1.0.42
อัปเดตครั้งล่าสุด 2022-07-13
วันที่เผยแพร่ 2020-10-10
คะแนน 4.83/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Doctorpus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}