Docs
Advanced UsageDeveloper Mode
Developer Mode
Tools and options for developers and advanced users.
0.5x
1x
1.5x
2x
Copied
Share
Developer Mode
Developer Mode unlocks internal tools and debugging features for testing and extension development.
Enabling Developer Mode
- Go to Settings > Advanced.
- Toggle Developer Mode to ON.
- A new Developer Tools tab will appear.
Features
- Debug Console – Inspect logs and internal operations.
- State Inspector – Monitor real-time app state.
- Performance Metrics – View memory and CPU usage.
Custom Scripts
You can write and execute scripts to automate tasks or test behaviors.
- Scripts must be JavaScript-based.
- Use the
App
global object for interaction.
Example:
App.playSongById('12345');