Is JQuery in chrome extension a security concern?
This is the relevant part of my manifest.json file:
"content_scripts": [
{
"css": ["style.css"],
"matches": [
"<all_urls>"
],
"js": [&quo… Continue reading Is JQuery in chrome extension a security concern?