Webscraper 0.4.1.1 totally freezes in latest Chrome

Chrome tab freezes out with 100% CPU usage. Websracper tends to be falling apart even after restarting tab from task manager. In order to get to the issue i edit a field by using the selector.
e.g.: lapozas/termek/marka2 -> i try to change to a smaller area to scrape. boom. freeze.

Any ideas what might be going wrong please?
Thank you.

Web Scraper version: 0.4.1.1
Chrome version: Version 75.0.3770.142 (Official Build) (64-bit)

OS: Win 10

Sitemap:

{"_id":"devrona","startUrl":"https://devron.hu/shop_artspec.php?artspec=6&select1=Edz%20Kidz","selectors":[{"id":"lapozas","type":"SelectorLink","parentSelectors":["_root","lapozas"],"selector":"div.page_artlist_page:nth-of-type(3) div div a","multiple":true,"delay":""},{"id":"termek","type":"SelectorLink","parentSelectors":["lapozas"],"selector":"table.page_artlist_name_table a.text_normal","multiple":true,"delay":""},{"id":"nev","type":"SelectorText","parentSelectors":["termek"],"selector":"h1.text_biggest","multiple":false,"regex":"","delay":""},{"id":"kategoriak","type":"SelectorText","parentSelectors":["termek"],"selector":"div.page_artdet_dispcat","multiple":false,"regex":"","delay":""},{"id":"korcsoport","type":"SelectorText","parentSelectors":["termek"],"selector":"tr:contains('Korcsoport') div.text_normal","multiple":false,"regex":"","delay":""},{"id":"marka2","type":"SelectorText","parentSelectors":["termek"],"selector":"#page_artdet_data1 td.page_design_name_content","multiple":false,"regex":"","delay":""},{"id":"ujdonsag","type":"SelectorText","parentSelectors":["termek"],"selector":"div.page_artdet_status_new","multiple":false,"regex":"","delay":""},{"id":"keszleten","type":"SelectorText","parentSelectors":["termek"],"selector":"tr:contains('Raktárkészlet') td.page_design_name_content","multiple":false,"regex":"","delay":""},{"id":"babasuly","type":"SelectorText","parentSelectors":["termek"],"selector":"div#page_artdet_product_type_6701.page_artdet_product_type_item span.text_color_white","multiple":false,"regex":"","delay":""},{"id":"cikkszam","type":"SelectorText","parentSelectors":["termek"],"selector":"tr:contains('Cikkszám') div.text_normal span","multiple":false,"regex":"","delay":""},{"id":"termeksuly","type":"SelectorText","parentSelectors":["termek"],"selector":"tr:contains('Tömeg') div.text_normal","multiple":false,"regex":"","delay":""},{"id":"arlist","type":"SelectorText","parentSelectors":["lapozas"],"selector":"span.text_normal strong span","multiple":false,"regex":"","delay":""},{"id":"rovidtext","type":"SelectorText","parentSelectors":["termek"],"selector":"div#page_artdet_rovleir.text_normal p:nth-of-type(3) > span","multiple":false,"regex":"","delay":""},{"id":"rovidtext2","type":"SelectorText","parentSelectors":["termek"],"selector":"#page_artdet_rovleir p:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"hosszutext","type":"SelectorText","parentSelectors":["termek"],"selector":"#page_artdet_tab_content_1 ul","multiple":false,"regex":"","delay":0}]}

Error Message:

{"error":"[object Object]","request":"{\"method\":\"selectSelector\",\"params\":[{\"parentCSSSelector\":\"\",\"allowedElements\":\"*\"}]}","stack":"Error\n    at a.error (chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:468:35)\n    at chrome-extension://jnhgnonknehpejjnehehllkliplmbmhn/background_script.js:28373:39","timestamp":1564087344,"level_name":"ERROR","message":"Failed to send message to chrome tab"}
log @ background_script.js:465


To access error messages follow these steps:

  1. Open chrome://extensions/ or go to manage extensions
  2. Enable “developer mode” at the top right
  3. Open Web Scrapers “background page”
  4. A new popup window should appear.
  5. Go to “Console” tab. You should see Web Scraper log messages and errors there.

sorry version is actually 0.4.1

OP