Doctorpus Assets

a Deeeep.io Asset Pack!

Doctorpus Assets là gì?

Doctorpus Assets là một tiện ích mở rộng Chrome được phát triển bởi Doctorpus, và tính năng chính của nó là "a Deeeep.io Asset Pack!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doctorpus Assets

Tải xuống các tệp mở rộng Doctorpus Assets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doctorpus Assets Doctorpus Assets
ID cmlbeiacmcbdiepcenjmhmkclmffbgbd
URL Chính Thức https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd
Mô tả a Deeeep.io Asset Pack!
Kích Thước Tệp 810 KB
Số Lần Cài Đặt 610
Phiên Bản Hiện Tại 1.0.42
Cập Nhật Lần Cuối 2022-07-13
Ngày Phát Hành 2020-10-10
Đánh Giá 4.83/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Doctorpus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}