If you have built many extensions what are some things you have picked up over time and pay attention to now, that you did not necessarily know in the beginning?
For me it is trying to build extensions around generic browser features that are unlikely to change drastically over time. Images, css, json, color picker tools etc. would be good examples. I avoid building around specific (3rd party) websites that may break the extension if the website changes since I have no control over it.
What are some things you look out for?
Here are my notes:
CWS has incredible organic conversion. Its worth really optimizing the naming and descriptions.
Yeah agree, definitely underrated vis other marketing channels
These are all very valid points, thanks!
Agree with @shash7 that extension development is a pita. Once you get beyond trivial extensions, there's a lot of hoops you have to jump through for security reasons. For example, you have to pass messages between each component of the extension (content script, background page, etc.) because each component has a different trust-level/privileges.
Here are some of the tools that I've been using to make it better:
I'm actually building a low-code browser extension platform. If you want an extension capabilities for your project, but don't want to deal with the challenges of building and distributing an extension, reach out to me.