3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
Co to jest 3DX Chat - Profile / Gift Editor Enhancer?
3DX Chat - Profile / Gift Editor Enhancer to rozszerzenie Chrome opracowane przez PixelNini, a jego główną funkcją jest „Enhance the amazing profile & gift editor by ColinDude”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 3DX Chat - Profile / Gift Editor Enhancer
Pobierz pliki rozszerzeń 3DX Chat - Profile / Gift Editor Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Oficjalny URL | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| Opis | Enhance the amazing profile & gift editor by ColinDude |
| Rozmiar pliku | 11.97 KB |
| Liczba instalacji | 41 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2023-08-03 |
| Data Publikacji | 2023-08-02 |
| Deweloper | PixelNini |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |