Access the webpage from your extension (Manifest Version 3) — When writing Chrome extensions, making sure your extension can interact with the webpage in some way can be very important. So how can it be done? In this post, I’ll show you how to include what’s called a content script in your extension, and how to make it communicate with…