Doctorpus Assets
a Deeeep.io Asset Pack!
What is Doctorpus Assets?
Doctorpus Assets is a Chrome extension developed by Doctorpus, and its main feature is "a Deeeep.io Asset Pack!".
Extension Screenshots
Download Doctorpus Assets Extension CRX File
Download Doctorpus Assets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the asset files in deeeep.io, and makes the game take on a different, more cartoony look!
Extension Basic Information
Name | Doctorpus Assets |
ID | cmlbeiacmcbdiepcenjmhmkclmffbgbd |
Official URL | https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd |
Description | a Deeeep.io Asset Pack! |
File Size | 810 KB |
Installation Count | 610 |
Current Version | 1.0.42 |
Last Updated | 2022-07-13 |
Publish Date | 2020-10-10 |
Rating | 4.83/5 Total 24 Ratings |
Developer | Doctorpus |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |