ソースを参照

Allow extension to run on all urls

jherve 2 年 前
コミット
3075167f60
1 ファイル変更1 行追加1 行削除
  1. 1 1
      extension/manifest.json

+ 1 - 1
extension/manifest.json

@@ -10,7 +10,7 @@
   },
   "content_scripts": [
     {
-      "matches": ["*://*/*"],
+      "matches": ["<all_urls>"],
       "js": ["content.js"]
     }
   ],