0

Is there any extension manager API available for Safari which is similar to chrome management of Google Chrome and AddonManager of Firefox so that we can get the info of extensions installed on Safari.

Daniel Herr
  • 19,083
  • 6
  • 44
  • 61
Akhil Shrivastav
  • 427
  • 3
  • 13

1 Answers1

0

No. This API is not publicly available in Safari.

Safari Extensions cannot:

  • Install other extensions

  • Uninstall themselves (or other extensions)

  • See what other extensions are installed

However, you can code your Safari Extension such that you can detect whether your Safari extension is installed from your website.

Community
  • 1
  • 1
breakingobstacles
  • 2,815
  • 27
  • 24