I am writing a Chrome Extension. Every time the user copies something, my extension should capture the copied text. I read that access to the clipboard is a security concern. However there is a clipboardRead and clipboardWrite permission according to https://developer.chrome.com/extensions/declare_permissions
Is it possible in any way?