As a web developer, is there any way to prevent a user\'s Chrome extensions from being applied to my site? i.e. a header, meta tag, anything? Additionally, if there is, is
Can't you create a Content Security Policy (CSP) and block inline javascript and only allow javascript from specific domains? You could even create a CSP in report-only mode and collect violation reports via something like https://report-uri.io/