X to Y

X to Y

X(Twitter)のページをYahoo!リアルタイム検索にリダイレクトします。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "X to Y",
  "description": "X(Twitter)のページをYahoo!リアルタイム検索にリダイレクトします。",
  "version": "0.1",
  "manifest_version": 3,
  "permissions": [
    "webNavigation",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}