Explorar o código

Enable extension only on linkedin

jherve hai 1 ano
pai
achega
b68bbc3775
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]
     }
   ],