7.7 KiB
7.7 KiB
SecureBit Chat Extension - Installation Guide
Complete step-by-step guide for installing and using the SecureBit Chat browser extension.
Table of Contents
- System Requirements
- Download Options
- Installation Methods
- First Time Setup
- Usage Guide
- Troubleshooting
- Uninstallation
System Requirements
Minimum Requirements
- Operating System: Windows 10/11, macOS 10.14+, or Linux (Ubuntu 18.04+)
- Browser: Microsoft Edge 88+ (Chromium-based)
- RAM: 4GB minimum, 8GB recommended
- Storage: 100MB free space
- Network: Internet connection for initial setup
Recommended Requirements
- RAM: 8GB or more
- CPU: Multi-core processor
- Network: Stable broadband connection
- Camera: For QR code scanning (optional)
Download Options
Option 1: Download from GitHub (Recommended)
- Go to SecureBit Chat Extension Repository
- Click the green "Code" button
- Select "Download ZIP"
- Extract the ZIP file to your desired location
Option 2: Clone with Git
git clone https://github.com/SecureBitChat/SecureBitChatBrowserExtension.git
cd SecureBitChatBrowserExtension
Option 3: Build from Source
- Download the source code
- Run the build script:
powershell -ExecutionPolicy Bypass -File build-extension.ps1
Installation Methods
Method 1: Developer Mode Installation (Recommended)
Step 1: Enable Developer Mode
- Open Microsoft Edge
- Navigate to
edge://extensions/ - Find "Developer mode" toggle in the left sidebar
- Turn ON the "Developer mode" toggle
- You should see new buttons appear: "Load unpacked", "Pack extension", "Update"
Step 2: Load the Extension
- Click the "Load unpacked" button
- Navigate to the downloaded extension folder
- Select the
extension-buildfolder (not the root folder) - Click "Select Folder"
- The extension should now appear in your extensions list
Step 3: Verify Installation
- Look for "SecureBit Chat Extension" in the extensions list
- Ensure it's enabled (toggle should be ON)
- Check that the version shows "1.2.14"
- You should see the SecureBit icon in the browser toolbar
Method 2: Manual Installation
Step 1: Prepare Extension Files
- Ensure you have the
extension-buildfolder with all required files:manifest.jsonbackground.jscontent.jspopup.htmlpopup.jsassets/folderdist/folderlibs/folderlogo/folder
Step 2: Load Extension
- Follow the same steps as Method 1, Step 1-2
- Make sure to select the correct folder containing
manifest.json
First Time Setup
Initial Configuration
- Pin the Extension: Right-click the SecureBit icon in the toolbar and select "Pin"
- Grant Permissions: The extension may request permissions for:
- Storage access
- Active tab access
- Notifications
- Background processing
Security Setup
- Generate Keys: The extension will automatically generate cryptographic keys
- Verify Installation: Test the popup interface
- Test Widget: Use
Ctrl + Shift + Son any webpage to test the widget
Usage Guide
Main Interface (Popup)
- Open Extension: Click the SecureBit icon in the toolbar
- Create Channel: Click "Create Channel" to start a new chat
- Join Channel: Click "Join Channel" and scan a QR code
- Send Messages: Type and send encrypted messages
Widget on Web Pages
- Activate Widget: Press
Ctrl + Shift + Son any webpage - Widget Controls:
- Minimize: Click the "−" button
- Close: Click the "×" button
- Resize: Drag the bottom-right corner
Keyboard Shortcuts
Ctrl + Shift + S: Toggle widget on current pageEnter: Send message (when input is focused)Escape: Close popup or widget
Security Features
- End-to-End Encryption: All messages are encrypted
- P2P Connection: Direct peer-to-peer communication
- QR Code Sharing: Secure channel sharing via QR codes
- Key Verification: SAS (Short Authentication String) verification
Troubleshooting
Common Issues and Solutions
Extension Won't Load
Problem: Extension fails to load or shows errors Solutions:
- Check that Developer mode is enabled
- Verify all files are in the
extension-buildfolder - Ensure
manifest.jsonis valid - Try reloading the extension
Widget Doesn't Appear
Problem: Widget doesn't show when using Ctrl + Shift + S
Solutions:
- Check browser console for errors (F12)
- Ensure content script is loaded
- Try refreshing the page
- Check if another extension is interfering
QR Codes Not Working
Problem: QR code scanning fails Solutions:
- Grant camera permissions to the browser
- Ensure good lighting conditions
- Try generating a new QR code
- Check if camera is being used by another application
Connection Issues
Problem: Can't establish P2P connection Solutions:
- Check firewall settings
- Ensure both parties have the extension installed
- Try using a different network
- Check if NAT traversal is working
Performance Issues
Problem: Extension is slow or unresponsive Solutions:
- Close unnecessary browser tabs
- Restart the browser
- Check system resources
- Update to the latest version
Error Messages
"Failed to load resource"
- Check that all files are present in the extension folder
- Verify file paths in
manifest.json - Try rebuilding the extension
"Permission denied"
- Grant necessary permissions in browser settings
- Check if the extension is blocked by security software
- Try running browser as administrator (Windows)
"Content script failed"
- Refresh the webpage
- Check browser console for detailed errors
- Try disabling other extensions temporarily
Uninstallation
Remove Extension
- Go to
edge://extensions/ - Find "SecureBit Chat Extension"
- Click the "Remove" button
- Confirm removal
Clean Up Data
- Clear extension data (optional):
- Go to
edge://settings/clearBrowserData - Select "Extensions" data
- Click "Clear data"
- Go to
Remove Files
- Delete the extension folder from your computer
- Remove any shortcuts or pinned icons
Support and Updates
Getting Help
- GitHub Issues: Report bugs or request features
- Documentation: Check README files for detailed information
- Community: Join discussions in the repository
Updating the Extension
- Download the latest version from GitHub
- Remove the old extension
- Install the new version following the installation guide
- Your settings and data will be preserved
Version History
- v1.2.14: Fixed content script errors, added keyboard shortcuts
- v1.2.13: Improved build process and error handling
- v1.2.12: Initial release with full functionality
Security Considerations
Best Practices
- Keep Updated: Always use the latest version
- Verify Sources: Only download from official repositories
- Check Permissions: Review extension permissions regularly
- Secure Networks: Use trusted networks for P2P connections
Privacy Protection
- All communication is end-to-end encrypted
- No data is stored on external servers
- Keys are generated locally
- Messages are not logged
Conclusion
The SecureBit Chat Extension provides secure, private communication directly in your browser. Follow this guide carefully for the best installation and usage experience.
For additional support or questions, please refer to the main README file or create an issue in the GitHub repository.