diff --git a/src/manifest.ts b/src/manifest.ts index bce1266..c55919d 100644 --- a/src/manifest.ts +++ b/src/manifest.ts @@ -10,7 +10,7 @@ const manifest: ManifestV3Export = { }, content_scripts: [ { - matches: ['https://twitter.com/*'], + matches: ['https://twitter.com/*', 'https://x.com/*'], js: ['src/content/index.tsx'], run_at: 'document_end', },