extension icon indicating copy to clipboard operation
extension copied to clipboard

no longer available from Chrome Web Store

Open aspiers opened this issue 7 months ago • 8 comments

See attached screenshot:

Image

and also this one:

Image

Why do I have two Octobox extensions? And why is only the first one still listed in the Chrome Web Store, even though it has a much lower version number than the second one?

aspiers avatar Apr 05 '25 09:04 aspiers

Octobox 0.0.3 is this one, someone else made the other one.

The extension hasn't been updated for manifest v3 yet, which is why it's no longer available.

andrew avatar Apr 05 '25 19:04 andrew

OK thanks for the info. So are there any plans to update it? Either way, the README needs updating because it still claims that the extension can be installed from the Chrome Web Store.

aspiers avatar Apr 06 '25 11:04 aspiers

I just upgraded the manifest to v3, tested it, and it loads without issue now. 👍

New version needs to be pushed to the chrome webstore, but in the meantime, if you want to use this version, you can "Load unpacked" with this my PR @aspiers , or wait for the merge. Happy issue solvin'! 🚀

Codeshark-NET avatar Apr 06 '25 18:04 Codeshark-NET

Awesome, thanks a lot!!

aspiers avatar Apr 06 '25 23:04 aspiers

Just investigating some validation errors:

npx web-ext lint
Validation Summary:

errors          2              
notices         0              
warnings        0              

ERRORS:

Code                     Message                Description                                 File            Line   Col
MANIFEST_FIELD_INVALID   "/author" must be      See https://mzl.la/1ZOhoEN (MDN Docs) for   manifest.json     
                         string                 more information.                                                     
EXTENSION_ID_REQUIRED    The extension ID is    See https://mzl.la/3PLZYdo for more         manifest.json     
                         required in Manifest   information.                                                          
                         Version 3 and above. 

andrew avatar Apr 07 '25 09:04 andrew

I've submitted the latest verison to firefox addon store, just need to do the same with chrome now

andrew avatar Apr 07 '25 15:04 andrew

Submitted to chrome store now as well, hopefully will be reviewed and published within a day or so

andrew avatar Apr 07 '25 15:04 andrew

Great, thanks again!

aspiers avatar Apr 07 '25 21:04 aspiers