Browse Source

Enable extension only on linkedin

jherve 1 year ago
parent
commit
f173855e6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifest.json

+ 1 - 1
manifest.json

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