Selaa lähdekoodia

Enable extension only on linkedin

jherve 1 vuosi sitten
vanhempi
commit
f173855e6e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"]
     }
   ],