SOLVED!
I followed the instructions in the link below.
https://www.guidingtech.com/remove-managed-by-your-organization-chrome-mac/
What I did.
Step 1: Launch Chrome and type chrome://policy in the address bar.
Step 2: Check if there are any policies listed under the Chrome Policies heading. On my Mac, Chrome had ‘NewPageTabLocation’. The policy value had the homesweeklies link 'http://www.homesweeklies.com/newTab/8080/..'

Step 3: Launch the Terminal app. You can press Command + Space shortcut to launch Spotlight, type terminal in the search bar, and hit enter to start the app.
Step 4: Make sure you’ve quit Chrome. Then, use the defaults tool command in Terminal to delete the respective policy. Use the following command "defaults delete com.google.Chrome [policy name]"
In my case, I used the following command and hit Enter: defaults delete com.google.Chrome NewTabPageLocation
After removing any suspicious policy, you should reset the Chrome settings to default.
Step 1: Type chrome://settings in the address bar and scroll down on that page to click on Advanced at the bottom.
Worked for me. Let me know if it helps