项目文件夹

文件
2025-06-09 21:15:42 +08:00

5 行
89 B
TypeScript

export default defineContentScript({
matches: ['*://*.google.com/*'],
main() {},
});