If you want to paste as plain text by default, you can do it very quickly with Templater. Put this into a template and bind it to a hotkey:
<% navigator.clipboard.readText() %> Copy
<% navigator.clipboard.readText() %>
Boom - always plain text when you paste.