Parcourir la source

Enable extension only on linkedin

jherve il y a 1 an
Parent
commit
b68bbc3775
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]
     }
   ],