我希望我的内容脚本能够匹配所有谷歌域名和特定页面.我知道这是不可能的.
的manifest.json
"content_scripts": [{
"matches": [
,"*://www.google.*"
,"*://www.youtube.com/*"
,"*://readthedocs.org/*"]
,
....
Run Code Online (Sandbox Code Playgroud)
还有另一种方法吗?只是想在我列出Google所有域名之前确定:)