This extension allows you to interact with Cosmo directly from your browser.
- Download: Get the
extension.zip
file. - Unpack: Extract the contents of the
extension.zip
file to a folder on your computer. - Token Setup:
- Open the
content.js
file (located within the extracted folder) in a text or code editor. - Find line 2 that looks like this:
let alphaToken = '';
- Place the token given to you inside the empty quotes
''
. Do not share this token with anyone. It should look something like this:let alphaToken = 'your_actual_token_here';
- Save the
content.js
file.
- Open the
- Open Chrome Extensions: In your Google Chrome browser, go to
chrome://extensions
. - Enable Developer Mode: In the top-right corner of the extensions page, toggle the "Developer mode" switch to the ON position.
- Load Unpacked: Click the "Load unpacked" button in the top-left corner.
- Select Folder: Choose the folder you unpacked in step 2.
- Done! The Cosmo extension is now installed in Chrome.
To start a conversation with Cosmo, press:
Ctrl + e
(on Windows)Command + e
(on macOS)
If you encounter any bugs or issues, please contact Mike Cook (usertag: sackenmikehawk
) on Discord.