chibat / chrome-extension-typescript-starter

Chrome Extension TypeScript Starter
MIT License
2.39k stars 403 forks source link

starter is giving error (Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.) #66

Closed imran1khan closed 1 week ago

imran1khan commented 1 week ago

I am encountering an error after uploading the extension using [Load Unpacked].

When I first uploaded it using [Load Unpacked], everything was fine. However, when I open the popup and click on the Change Background button, I start receiving an error, and the functionality stops working.

Here is a screenshot of the button: Screenshot 2024-06-20 153121 Here is a screenshot of the error: Screenshot 2024-06-20 153627

imran1khan commented 1 week ago

okey i got it, it was my mistake, i was trying to run this on chrome's inbuild google seach page, but instead of thet i should be running this on url like https://www.google.com/, it was a silly mistake, but no problem it's working fine now.