M HYPE SPLASH
// news

Chrome on Mac OSX - Can not remove rogue extension

By John Peck

I searched for and found many articles about how to remove a rogue extension from chrome that has been grayed out. Almost all of the articles are for windows users and did not apply to my case, hence I decided to post this question.

I tried deleting everything as per . Also disconnected and deleted my profile from chrome, tried to reset the chrome settings and even uninstalled several times, however this extension called "DGExtension" can not be deleted permanently. Under "chrome://policy/", I noticed ExtensionInstallForcelist with value (jhafcpmngmieaimhldennincnemljiph;), but there is no way to delete it.

Can you please help?

Chrome - Version 46.0.2490.80 (64-bit) Mac OSX - Version 10.10.5

Problematic Extension - DGExtension 6.2.3.3046 ID: jhafcpmngmieaimhldennincnemljiph Msg - (This extension is managed and cannot be removed or disabled.) (Installed by enterprise policy.)

Thank you Milind

1

2 Answers

Its managed by your corporate policy. You need to check with your company IT Admin if its causing trouble. Ofcourse it will be a little slow.

Remember to do the backups before you follow this guide

  1. edit the plist files in /Library/Managed Preferences/${whoami}/com.google.Chrome.plist and /Library/Managed Preferences/com.google.Chrome.plist, or /Library/Preferences/.. (edit every occurrence of com.google.Chrome.plist) on your computer. Remove the ExtensionInstallForcelist part. (you may need to use plutil -convert xml1 and plutil -convert binary1 to convert the list into an editable format and convert it back)
  2. In System PreferencesProfiles, find the profile that starts with "Chrome" and has "ExtensionInstallForcelist" in its value, delete it.
  3. run defaults read com.google.Chrome.plist in terminal
  4. start chrome, go to chrome://policy/, click Reload Policies
  5. restart chrome, the extension should be gone

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy