Ver código fonte

Enable extension only on linkedin

jherve 1 ano atrás
pai
commit
b68bbc3775
1 arquivos alterados com 1 adições e 1 exclusões
  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"]
     }
   ],