@@ -17,7 +17,7 @@
},
"content_scripts": [
{
- "matches": ["<all_urls>"],
+ "matches": ["*://www.linkedin.com/*"],
"js": ["src/content.js"]
}
],