3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Wat is 3DX Chat - Profile / Gift Editor Enhancer?
3DX Chat - Profile / Gift Editor Enhancer is een Chrome-extensie ontwikkeld door PixelNini, en de belangrijkste functie is "Enhance the amazing profile & gift editor by ColinDude".
Extensie Screenshots
Download het CRX-bestand van de extensie 3DX Chat - Profile / Gift Editor Enhancer
Download 3DX Chat - Profile / Gift Editor Enhancer-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
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) Basisinformatie over de Extensie
| Naam | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Officiële URL | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Beschrijving | Enhance the amazing profile & gift editor by ColinDude |
| Bestandsgrootte | 11.97 KB |
| Aantal Installaties | 41 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2023-08-03 |
| Publicatiedatum | 2023-08-02 |
| Ontwikkelaar | PixelNini |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "3DX Chat - Profile \/ Gift Editor Enhancer",
"description": "Enhance the amazing profile & gift editor by ColinDude",
"version": "1.1.0",
"manifest_version": 3,
"action": {
"default_icon": {
"48": "icon48.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/status.3dxchat.net\/profile-editor"
],
"css": [
"profile-editor.css"
],
"run_at": "document_idle",
"js": [
"profile-editor.js"
]
}
]
} | |