extension
extension copied to clipboard
no longer available from Chrome Web Store
See attached screenshot:
and also this one:
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?
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.
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.
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'! 🚀
Awesome, thanks a lot!!
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.
I've submitted the latest verison to firefox addon store, just need to do the same with chrome now
Submitted to chrome store now as well, hopefully will be reviewed and published within a day or so
Great, thanks again!