testing-playground icon indicating copy to clipboard operation
testing-playground copied to clipboard

Chrome extension no longer supported

Open jritzi opened this issue 11 months ago • 8 comments

Bug Report 🐛

The Chrome extension page now displays a message saying the extension doesn't follow best practices and may soon not be supported.

Image

To Reproduce ✔️

Visit the Chrome Web Store link for the extension

Expected behavior 🤔

No warning messages

Your Environment 💻

  • browser: Chrome
  • os: Mac

jritzi avatar Jan 16 '25 17:01 jritzi

Happy to accept a pull requests that upgrades us to the new manifest version.

smeijer avatar Jan 21 '25 19:01 smeijer

@smeijer I tried to make the change and open a PR. But I cannot push

From main

gco -b upgrade-manifest
git commit -m "chore: upgrade devtool manifest from v2 to v3"
git push --set-upstream origin upgrade-manifest

And I get

ERROR: Permission to testing-library/testing-playground.git denied to D7Torres.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

D7Torres avatar Jan 23 '25 13:01 D7Torres

Thanks @D7Torres ! Much appreciated. Can you push it to your fork, and create a pull request?

smeijer avatar Jan 23 '25 17:01 smeijer

I updated the manifest following this guide

Here's the updated manifest.json

I've tested by clicking "Load unpacked" button in chrome://extensions/, and it's giving me this error

content_security_policy.extension_pages': Insecure CSP value "'unsafe-eval'" in directive 'script-src'.
Could not load manifest.

It doesn't seem like it's going to be as easy to solve, I'm sorry.

D7Torres avatar Jan 24 '25 16:01 D7Torres

any alternatives?

razbensimon avatar Mar 05 '25 19:03 razbensimon

did anyone find a good alternative?

Dale-777 avatar Apr 17 '25 08:04 Dale-777

Using brave with the extension works (or at least to me), so I'd recommend doing so

jrojas-qventus avatar Apr 22 '25 17:04 jrojas-qventus

I'm facing the same problem here :/

reinaldo-teixeira avatar May 13 '25 15:05 reinaldo-teixeira