解決策
具体例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
"content_scripts": [ { "matches": ["https://TYPE1.com/*"], "css": ["style.css"], "js": ["main1.js"], "all_frames": true }, { "matches": ["https://TYPE2.com/*"], "css": ["style.css"], "js": ["main2.js"], "all_frames": true } ] |