• Stefy Spora's avatar
    Fix content script connection issues with comprehensive fallback system · 75594e4b
    Stefy Spora authored
    - Add robust error handling for content script communication failures
    - Implement automatic content script injection when not available
    - Add executeScript fallback when message passing fails
    - Update manifest.json to use http/https patterns instead of <all_urls>
    - Add comprehensive debugging logs to troubleshoot connection issues
    - Ensure MetaMask detection works on all websites with multiple fallback methods
    - Handle cases where content scripts can't run (chrome:// pages, etc.)
    75594e4b
Name
Last commit
Last update
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
background.js Loading commit data...
content.js Loading commit data...
icon.svg Loading commit data...
icon128.png Loading commit data...
icon16.png Loading commit data...
icon48.png Loading commit data...
manifest.json Loading commit data...
metamask-detector.js Loading commit data...
popup.html Loading commit data...
popup.js Loading commit data...