A browser extension that shows what you're browsing as Discord Rich Presence.
Extension (Manifest V3) → Native Messaging Host (Node.js) → Discord RPC (IPC)
-
Install Node.js dependencies
cd digitans-journal/native-host npm install -
Load the extension in Chrome
- Go to
chrome://extensions - Enable Developer Mode
- Click "Load unpacked"
- Select the
digitans-journalfolder - Copy the extension ID shown on the card
- Go to
-
Install the native host
- Run
native-host/install-host.batas Administrator - Paste the extension ID when prompted
- Run
-
Make sure Discord is running
-
Visit a supported site — the extension will automatically show your presence
- Remove the extension from
chrome://extensions - Delete the registry key:
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.digitansjournal.rpc - Delete the
digitans-journalfolder
If the installer fails, you can manually create a registry key:
HKEY_CURRENT_USER\Software\Google\Chrome\NativeMessagingHosts\com.digitansjournal.rpc
Default value: full path to com.digitansjournal.rpc.json
And update allowed_origins in the JSON with your extension ID.