Supported Browsers
ContextFort is currently available for Google Chrome and Chromium-based browsers that support Chrome extensions.Google Chrome
Minimum Version: 134
Status: ✅ Fully Supported
Status: ✅ Fully Supported
Microsoft Edge
Minimum Version: Chromium 134
Status: ✅ Compatible*
Status: ✅ Compatible*
Brave Browser
Minimum Version: Based on Chrome 134
Status: ✅ Compatible*
Status: ✅ Compatible*
Arc Browser
Minimum Version: Based on Chrome 134
Status: ✅ Compatible*
Status: ✅ Compatible*
*While ContextFort should work on Chromium-based browsers, official testing and support is provided for Google Chrome only. Some features may behave differently on other browsers.
Version Requirements
Minimum Chrome Version: 134
This requirement exists because ContextFort relies on modern Chrome APIs introduced in recent versions:Tab Groups API
Tab Groups API
Required for: Session organization and agent trackingContextFort uses tab groups to identify when agents are active. The
chrome.tabGroups API allows the extension to:- Monitor tab group creation and updates
- Detect emoji changes in group titles (⌛ → ✅)
- Associate sessions with specific tab groups
- Automatically end sessions when groups are removed
Declarative Net Request
Declarative Net Request
Required for: High-performance URL blockingThe
chrome.declarativeNetRequest API enables governance rules:- Block URLs with query parameters
- Block clickable links for agent browsing restrictions
- Dynamic rule updates without page reloads
- Better performance than traditional
webRequestblocking
Service Workers (Manifest V3)
Service Workers (Manifest V3)
Required for: Background script executionContextFort uses Manifest V3, which replaces persistent background pages with service workers:
- More efficient resource usage
- Better security model
- Required for all new Chrome extensions
- Event-driven architecture
Cookie Partitioning
Cookie Partitioning
Scripting API
Scripting API
Required for: Dynamic code injectionThe
chrome.scripting API allows ContextFort to:- Execute scripts to interact with agent stop buttons
- Inject content scripts at specific timings
- Better security than older
tabs.executeScript
Checking Your Chrome Version
Firefox Support
Firefox compatibility would require significant changes:- Tab Groups - Firefox does not have a native Tab Groups API
- Manifest V3 - Firefox has partial MV3 support with different behavior
- Cookies API - Different cookie management implementation
- WebExtensions - While similar, not identical to Chrome’s API
Safari Support
Safari extensions require:- Xcode and Safari Web Extensions conversion
- Different cookie and storage APIs
- App Store distribution
- macOS/iOS specific considerations
Operating System Compatibility
ContextFort works on all operating systems that support Chrome 134+:- Windows
- macOS
- Linux
- Chrome OS
Supported Versions:
- Windows 10 (version 1809 or later)
- Windows 11 (all versions)
Feature Compatibility Matrix
| Feature | Chrome 134+ | Edge | Brave | Arc | Firefox | Safari |
|---|---|---|---|---|---|---|
| Agent Detection | ✅ | ✅* | ✅* | ✅* | ❌ | ❌ |
| Session Isolation | ✅ | ✅* | ✅* | ✅* | ❌ | ❌ |
| Screenshot Capture | ✅ | ✅* | ✅* | ✅* | ❌ | ❌ |
| URL Blocking | ✅ | ✅* | ⚠️** | ✅* | ❌ | ❌ |
| Action Blocking | ✅ | ✅* | ✅* | ✅* | ❌ | ❌ |
| Dashboard | ✅ | ✅* | ✅* | ✅* | ❌ | ❌ |
Legend:
- ✅ = Fully Supported
- ✅* = Compatible but not officially tested
- ⚠️** = May require additional permissions in Brave’s shield settings
- ❌ = Not Supported
Known Browser-Specific Issues
Brave Browser
If features aren’t working:- Click the Brave shield icon in the address bar
- Disable “Block Scripts” for the problematic site
- Reload the page
Arc Browser
Arc’s custom tab management may affect session tracking. If you experience issues, ensure agent tabs are in a standard Chrome tab group, not Arc’s native “Spaces.”
Edge Browser
Edge users must install from the Chrome Web Store, not the Edge Add-ons store. The extension is not currently published to the Edge store.
Update Policy
ContextFort follows Chrome’s rapid release cycle:- Minimum version will be updated periodically to leverage new Chrome features
- Users will be notified before breaking changes
- Extension auto-updates when new versions are published
- Backward compatibility maintained for at least 2 major Chrome versions when possible
Reporting Compatibility Issues
If you encounter browser-specific issues:- Check your Chrome version meets the minimum requirement (134+)
- Verify the issue persists after disabling other extensions
- Report the issue on GitHub Issues
- Browser name and version
- Operating system
- Steps to reproduce
- Console errors (F12 → Console tab)