How can I uninstall it on Mac computer?

Simply delete the application from your Applications folder. A pop-up will automatically appear to delete the extension as well.

You can also manually uninstall the extension from the Settings tab of the app.


Manual uninstall (Advanced users only)

If you're still having trouble, you can try manually uninstalling it with the terminal.

This is for advanced users only.

Do not proceed if you are not comfortable with the terminal. We cannot take any liability for your actions.

  1. Reboot into recovery mode (restart and hold down ⌘+R)
  2. Under the menu item Utilities launch Terminal app
  3. Enter csrutil disable  to disable System Integrity Protection (SIP)
  4. Reboot again
  5. Now open the Terminal.app
  6. Enter systemextensionsctl list  and hit return
  7. You'll get a list of all installed system extensions, find the FilterOnMe camera extension.
*       *      
ZUV3YWYN43 com.edwardchung.filteronme.CameraExtension (1.0/1) CameraExtension [activated enabled]

Note the teamID and the bundleID of the extension you want to uninstall

8. Then run the uninstall command, for example:

sudo systemextensionsctl uninstall ZUV3YWYN43 com.edwardchung.filteronme.CameraExtension

in the Terminal and hit return. 

The general formula is:

sudo systemextensionsctl uninstall teamID bundleID

9. Wait a bit and you should see a success message: Success

10. Open Finder and remove the files/folders of the extensions you wanted to get rid of in /Library/SystemExtensions . Just drag them to the trash. You'll be asked for an admin password.

11. Reboot again in recovery mode (see point 1.)

12. Under the menu item Utilities launch Terminal app

13. Enter csrutil enable  to re-enable the SIP

14. Reboot again

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.