- Clone or download the chrome extension folder
- Navigate to the manage extensions tab in chrome
- Turn on developer mode
- Select load unpacked and drag in the Colormotion chrome extension
- Turn on Colormotion and select any video of your choosing on Youtube
expo start --dev-client
- Scan the QR code with your Android or IOS device
In order to make API calls, the Bearer token will need to be replaced, the provided bearer token in the apicall.js file as well as in the script.js file will not be functional for security reasons
headers: {
Authorization: "Bearer XYZ",
'Content-Type': 'application/json',
},
method: "POST",
body: JSON.stringify(data),