Windows – Chrome new tab page changed but I want it back

google-chrometabswindows

I'm using Google Chrome version 21.0.1180.89 m (on Windows 7).

The problem is that I installed an anti-virus program that accidentally changed the home page (I didn't uncheck the option). Now every time I open a new tab, it goes to the web search of the anti-virus package.

My question is, how can I restore it to the thumbnails with most visited and a tab with apps and all the other stuff?

Best Answer

After an second attempt and failing on it, i've found the solution. It isn't that hard to do.

First you have to determine the id of the extension that has changed the new tab. You do that to go to the extensions -> then go in development mode -> and then you see the ID's.

After that, go to the chrome default folder (C:\Users\user-name\AppData\Local\Google\Chrome\User Data\Default ) and copy (for backup) the file Preferences

Now close chrome, and open the file Preferences in any texteditor.

Search the file for something like this:

"chrome_url_overrides": {
         "newtab": [ "chrome-extension://aaaangaohdajkgeopjhpbnlpkehbhmbj/config/skin/new-tab.html" ]
      }

NOTE! the ID is probably difrent, but it has to be something like this : chrome-extension://ID_OF_EXTENSION/.....

Now look further down for "settings" and then the id of your extension.

There will be again somekind of this line:

"chrome_url_overrides": {
                  "newtab": "config/skin/new-tab.html"
               },

Delete that one to.

Save the file and start chrome and it will be fixed.

Related Question