Swtich Twitter Moment

Swtich Twitter Moment

switch moment tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Swtich Twitter Moment",
  "description": "switch moment tab.",
  "version": "0.0.1",
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "script.js"
      ]
    }
  ],
  "manifest_version": 2
}