3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Cos'è 3DX Chat - Profile / Gift Editor Enhancer?
3DX Chat - Profile / Gift Editor Enhancer è un'estensione di Chrome sviluppata da PixelNini, e la sua funzione principale è "Enhance the amazing profile & gift editor by ColinDude".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 3DX Chat - Profile / Gift Editor Enhancer
Scarica i file di estensione 3DX Chat - Profile / Gift Editor Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) Informazioni di Base sull'Estensione
| Nome | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| URL Ufficiale | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Descrizione | Enhance the amazing profile & gift editor by ColinDude |
| Dimensione del File | 11.97 KB |
| Conteggio Installazioni | 41 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2023-08-03 |
| Data di Pubblicazione | 2023-08-02 |
| Sviluppatore | PixelNini |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |