You should change the 2 lines with : `url.indexOf('http') === 0)` to include Chrome internal pages two with something like that: ` if (tab.url.indexOf('http') !== 0) || if (tab.url.indexOf('chr') !== 0)` Regards :octocat: