Doctorpus Assets
a Deeeep.io Asset Pack!
Doctorpus Assetsとは何ですか?
Doctorpus AssetsはDoctorpusによって開発されたChromeの拡張機能で、その主な機能は「a Deeeep.io Asset Pack!」です。
拡張機能のスクリーンショット
Doctorpus Assets拡張機能のCRXファイルをダウンロード
Doctorpus Assets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Replaces the asset files in deeeep.io, and makes the game take on a different, more cartoony look!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |