TweeFeed

TweeFeed

Craft Perfect Tweet Replies & DM with GPT-4 AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.11",
  "name": "TweeFeed",
  "description": "Craft Perfect Tweet Replies & DM with GPT-4 AI",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.x.com/*"
      ],
      "js": [
        "MessageContent.25ed643d.js"
      ],
      "css": [
        "MessageContent.1000b594.css"
      ]
    },
    {
      "matches": [
        "https://*.x.com/*"
      ],
      "js": [
        "ReplyContent.b15dc9b3.js"
      ],
      "css": [
        "MessageContent.1000b594.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwm2VeW0oO6/N/3JjAy0ZYQQrcjn/RDkH8VeawAyHzzmkbRfpiqSY43zIuMYRHpUKI/4naKPMuKLJLXaNKFIL/7/kQ0CHPTOs1uyeGVVIvuXRcRwSErcjoT4SoJxSL0XBFdr+nu/wrScyW9xmEnjo8tdiroaJP3V77UwLtmC8grSM57d1oauJf8JcROEAMDu1BBb2DJntPVKKGONfYDJHYINVkSy5X/QXlRqsVrprzwdUJFaLHKrfCws0Tenvfpk3IMjUvr0HmFB/z36tU0ghJ846Tira3FDtNF5TaT5timc83JSJ/gRENsR0UhAzUue1hir9XvKrP68GrQap7AT21wIDAQAB",
  "host_permissions": [
    "https://dolphyn.nulldev.link/*",
    "https://dolphy.io/*",
    "https://*.x.com/*",
    "https://dolphyn.be.nulldev.link/*",
    "https://be.dolphy.io/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://dolphyn.nulldev.link/*",
      "https://dolphy.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.x.com/*"
      ],
      "resources": [
        "icon-rounded.352e13fc.png",
        "increase-arrow.697ce47c.png",
        "MessageContent.422ec14a.webp",
        "MessageContent.19462d52.webp",
        "MessageContent.1084216f.css"
      ]
    },
    {
      "matches": [
        "https://*.x.com/*"
      ],
      "resources": [
        "icon-rounded.352e13fc.png",
        "increase-arrow.697ce47c.png",
        "MessageContent.1084216f.css",
        "MessageContent.422ec14a.webp",
        "MessageContent.19462d52.webp"
      ]
    }
  ]
}