TweetPik - Perfect Twitter Screenshots

TweetPik - Perfect Twitter Screenshots

TweetPik is tool that makes it easy to capture and share professional screenshots of your tweets. - Screenshot multiple tweets at…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TweetPik - Perfect Twitter Screenshots",
  "version": "2.0.0",
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.ts.cf01049f.f100c356.js"
      ],
      "matches": [
        "*://twitter.com/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://twitter.com/*"
      ],
      "resources": [
        "assets/content.ts.cf01049f.js"
      ],
      "use_dynamic_url": true
    }
  ]
}