Browser Guide →
Complete documentation for the Aevum News browser extension. Configure, navigate, and optimize your reading experience.
Overview
The Aevum News browser extension transforms any webpage into a distraction-free, ad-free reading experience optimized for journalism and long-form content. Built with performance, privacy, and accessibility in mind.
Supports Chrome 90+, Firefox 88+, Edge 90+, and Safari 15+. Requires JavaScript enabled and modern TLS support.
Installation
- Download & Add: Visit the Chrome Web Store or Firefox Add-ons directory and click Add to Browser.
- Permissions: Grant access to
activeTabandstoragewhen prompted. No browsing history or personal data is collected. - Pinnning: Click the puzzle piece icon → Pin Aevum News for quick access.
- Enable Focus Mode: Toggle the switch in the popup or use
Alt+Shift+Fto activate reader mode instantly.
Right-click any article headline and select "Read in Aevum" to bypass paywalls and load the clean version automatically.
Core Features
📖 Reader Engine
Strips ads, trackers, and sidebars. Reconstructs articles using semantic HTML with optimal line length (65-75 chars), adjustable typography, and high-contrast modes.
🔍 Smart Summary
AI-assisted key point extraction. Hover over any paragraph to see a one-line summary. Toggle full AI analysis via the toolbar icon.
📑 Reading List & Sync
Bookmark articles for offline reading. Syncs across devices when logged in with your Aevum News account. Supports export to PDF, EPUB, or Markdown.
🎨 Theme & Typography
Choose between Light, Dark, Sepia, or Auto (system sync). Adjust font size, line height, and family (Serif, Sans, Mono, System).
Keyboard Shortcuts
Speed up your workflow with native shortcuts. All commands are customizable in Settings → Keyboard.
Settings & Configuration
Access settings via the extension popup → ⚙️ Settings. All preferences are stored locally unless sync is enabled.
{
"readerMode": {
"autoActivate": true,
"allowedDomains": [],
"blockedDomains": ["example-ads.com"],
"defaultFont": "system-serif",
"lineHeight": 1.65,
"maxWidth": "72ch"
},
"privacy": {
"blockTrackers": true,
"clearCacheOnExit": false,
"syncEnabled": true
},
"ai": {
"summaryEnabled": true,
"model": "aevum-lite-v2"
}
}
Some news sites use custom reader modes. Add their domains to allowedDomains to disable Aevum's parser and use the native version.
Troubleshooting
- Reader mode not loading: Check if the site uses heavy JavaScript frameworks. Try
Ctrl+Shift+I→ Console for parser errors. - Sync failing: Ensure you're logged in with the same Aevum News account. Check firewall/proxy settings blocking
*.aevum.news/api. - Blank page after activation: Clear extension cache via
chrome://extensions/?id=aevumnews→ Details → Clear site data. - Shortcuts not working: Verify no other extension or OS service is using the same keybinding. Check Settings → Keyboard → Conflicts.