对于 Google-Chrome 扩展,我想在所有 Google 页面上加载内容脚本。做这个的最好方式是什么?
我在 中试过这个,manifest.json
但它不起作用:
"matches": ["http://www.google.*/*", "https://www.google.*/*"],
这“有效”,但写起来有点长,我认为这不是最佳做法:
"matches": ["http://www.google.com/*", "https://www.google.com/*", "http://www.google.fr/*", "https://www.google.fr/*", "http://www.google.de/*", "https://www.google.de/*", etc..."],