3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Hvad er 3DX Chat - Profile / Gift Editor Enhancer?
3DX Chat - Profile / Gift Editor Enhancer er en Chrome-udvidelse udviklet af PixelNini, og dens hovedfunktion er "Enhance the amazing profile & gift editor by ColinDude".
Udvidelsesskærmbilleder
Download 3DX Chat - Profile / Gift Editor Enhancer-udvidelses-CRX-fil
Download 3DX Chat - Profile / Gift Editor Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor )
Grundlæggende oplysninger om udvidelsen
Navn | 3DX Chat - Profile / Gift Editor Enhancer |
ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
Officiel URL | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
Beskrivelse | Enhance the amazing profile & gift editor by ColinDude |
Filstørrelse | 11.97 KB |
Antal Installationer | 41 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2023-08-03 |
Udgivelsesdato | 2023-08-02 |
Udvikler | PixelNini |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |