Aurelia 2 Devtools no longer available

I noticed recently that the Aurelia 2 Devtools Chrome plugin was saying it was going to be removed. Then over the weekend, it was removed from my toolbar. I was able to add it back but it is no longer available in the Chrome Web store and has a message:

This extension is no longer available because it doesn’t follow best practices for Chrome extensions.

Hopefully, whatever issue it has can be corrected.

Another issues I am seeing is that clicking on APIs from the Aurelia home page gives a 404 error.

Thank you!

There is an updated version supporting Google Manifest V3 developed already, but it is not yet published to the Google Extension repo.
You can find my build on the Aurelia Discord forums:

Wrt this issue, could you please post the link and perhaps a screenshot of the wrong link(s)?

It is the link to APIs on the main page. It points to http://aurelia.io/docs/api


This one? I see… Don’t know if those pages actually are available still…

Something you’re looking for specifically?

Yes, that is the one. Not looking for anything in particular, I just clicked it to see what it was used for.

1 Like

I’m having the same problem with the Aurelia Inspector extension. Chrome has disabled it for me.

I have tried to load it directly from the repo (GitHub - brandonseydel/aurelia-inspector: Aurelia 2 Chrome Inspector) by cloning the repo down to my laptop, and then doing “Load unpacked” in developer mode in Chrome Extensions. However I get this error when doing so:

Could not load background script ‘build/background.js’.
Could not load manifest.

Any ideas? Thanks!

Sorry, have figured it out. Should have done a bit more research before posting. However in case this helps someone else out, the steps I used were:

git clone git@github.com:brandonseydel/aurelia-inspector.git
cd aurelia-inspector/
npm i
npm run build

Then load the extension via “Load unpacked”, selecting the dist directory created by the build step above.

1 Like

But! Although it is loaded, and it is detecting Aurelia on my page:

421835668-75afc097-b860-4596-bfe3-0e89a7bcbeaf

I am not seeing the Aurelia tab in the devtools. I have tried reloading several times as that was sometimes needed with the older version.

Am I doing something wrong?

open the devtools in the Elements tab, reload if necessary.
remember to check the hidden items too

instead of rebuilding yourself, you can use the discord link in my first post.

same result with your zipped bundle - it loads fine, and says that Aurelia 1 has been detected, but I don’t see the Aurelia tab in Elements

I reloaded 5 times and it didn’t appear. It always used to show up 1st or 2nd time.

Is there any debugging I can enable to help dig in further? Is it still working for you in the latest Chrome?

Aurelia Inspector Version 2.1.0 (unpacked, Discord version)
Google Chrome Version 133.0.6943.142 (Official build) (64-bits) on Windows
Working without issues

Same with Google Chrome on Kubuntu, Version 134.0.6998.35 (Official build) (64-bits)

I’ve opened a thread on Discord for this purpose:

No Aurelia Discord yet? Invite: Aurelia