3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Vad är 3DX Chat - Profile / Gift Editor Enhancer?
3DX Chat - Profile / Gift Editor Enhancer är en Chrome-tillägg utvecklad av PixelNini, och dess huvudfunktion är "Enhance the amazing profile & gift editor by ColinDude".
Tilläggsskärmbilder
Ladda ner 3DX Chat - Profile / Gift Editor Enhancer-förlängningens CRX-fil
Ladda ner 3DX Chat - Profile / Gift Editor Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) Grundläggande Information om Tillägg
| Namn | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Officiell webbadress | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Beskrivning | Enhance the amazing profile & gift editor by ColinDude |
| Filstorlek | 11.97 KB |
| Antal Installationer | 41 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2023-08-03 |
| Publiceringsdatum | 2023-08-02 |
| Utvecklare | PixelNini |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |