Chrome Extension Troubleshooting Assistance
Budget: $15 – $25 USD
I'm building a chrome extension for ghost browser (chromium based) that needs to extract an a few values from another ghost plugin that injects some data into every new tab that opens. You can create new identities with ghost browser and give them a name. When the new tab opens in the new identity one of ghost browsers plugins injects an array of data. into the page and can be viewed in the console. I'd like to extract the ID, Name and Color values that it injects and store them in my chrome plugin but haven't been able to successfully access. Building the plugin I'm ok with but need help accessing these values.
Here is the array that gets injected into each tab:
{
"active": {},
"bypassed": false,
"info": [],
"identityInfo": {
"color": "BC789C",
"creation_time": "2024-05-22T00:22:14.031Z",
"id": "edb91e96ab594ba9a4e87603f37ff852",
"name": "BBB4",
"user_agent": ""
},
"settings": {}
}
Looking for some help right away that can work on this now with me and have a few hours time to work.
Thanks!
Here is the array that gets injected into each tab:
{
"active": {},
"bypassed": false,
"info": [],
"identityInfo": {
"color": "BC789C",
"creation_time": "2024-05-22T00:22:14.031Z",
"id": "edb91e96ab594ba9a4e87603f37ff852",
"name": "BBB4",
"user_agent": ""
},
"settings": {}
}
Looking for some help right away that can work on this now with me and have a few hours time to work.
Thanks!