I want to create a chrome extension that is similar to the Toucan extension
For example I have this example.html without the extension

When I loaded the extension of Toucan it will manipulate the DOM of the website it will change some text content of the
tag. Unfortunately, I don't have any idea how to achieve this in javascript. (I have knowledge about content, background and popup in manifestation json.)
