3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Τι είναι το 3DX Chat - Profile / Gift Editor Enhancer;
Το 3DX Chat - Profile / Gift Editor Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PixelNini, και η κύρια λειτουργία του είναι "Enhance the amazing profile & gift editor by ColinDude".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 3DX Chat - Profile / Gift Editor Enhancer
Λήψη αρχείων επέκτασης 3DX Chat - Profile / Gift Editor Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Επίσημο URL | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Περιγραφή | Enhance the amazing profile & gift editor by ColinDude |
| Μέγεθος Αρχείου | 11.97 KB |
| Αριθμός Εγκαταστάσεων | 41 |
| Τρέχουσα Έκδοση | 1.1.0 |
| Τελευταία Ενημέρωση | 2023-08-03 |
| Ημερομηνία Δημοσίευσης | 2023-08-02 |
| Προγραμματιστής | PixelNini |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
]
}
]
} | |