Uncropper

Uncropper

Show full size images and videos on Twitter timeline !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Uncropper",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.2.1",
  "author": "[email protected]",
  "homepage_url": "https://yanou.dev",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*"
      ],
      "matches": [
        "https://twitter.com/*"
      ]
    }
  ]
}