Doctorpus Assets
a Deeeep.io Asset Pack!
Wat is Doctorpus Assets?
Doctorpus Assets is een Chrome-extensie ontwikkeld door Doctorpus, en de belangrijkste functie is "a Deeeep.io Asset Pack!".
Extensie Screenshots
Download het CRX-bestand van de extensie Doctorpus Assets
Download Doctorpus Assets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces the asset files in deeeep.io, and makes the game take on a different, more cartoony look!
Basisinformatie over de Extensie
Naam | Doctorpus Assets |
ID | cmlbeiacmcbdiepcenjmhmkclmffbgbd |
Officiële URL | https://chromewebstore.google.com/detail/doctorpus-assets/cmlbeiacmcbdiepcenjmhmkclmffbgbd |
Beschrijving | a Deeeep.io Asset Pack! |
Bestandsgrootte | 810 KB |
Aantal Installaties | 610 |
Huidige Versie | 1.0.42 |
Laatst Bijgewerkt | 2022-07-13 |
Publicatiedatum | 2020-10-10 |
Beoordeling | 4.83/5 Totaal 24 Beoordelingen |
Ontwikkelaar | Doctorpus |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |