I develop Safari Web Extension for Mac OS. It is disabled after installation. How to enable extension programmatically (in code or from command line)? Target version of Safari is 15+.
How to enable Safari Web Extension programmatically?
It used to be possible with the pluginkit
command, but it stopped working in Monterey. I’m not sure if that was deliberate or accidental. Otherwise, there is no way to do this. I would be interested in a solution too.