Snowball.club - X (Twitter) AI Tweet and Reply

Snowball.club - X (Twitter) AI Tweet and Reply

Grow your X (Twitter) audience easily with AI - Get tweet and reply ideas instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Snowball.club - X (Twitter) AI Tweet and Reply",
  "version": "2.8",
  "description": "Grow your X (Twitter) audience easily with AI - Get tweet and reply ideas instantly",
  "permissions": [
    "activeTab",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage"
  ],
  "host_permissions": [
    "https://snowball.club/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/snowball-large.png",
        "fix.css"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://twitter.com/*",
        "*://x.com/*",
        "*://pro.twitter.com/*",
        "*://pro.x.com/*"
      ],
      "js": [
        "content.js",
        "FontsUtils.js"
      ],
      "css": [
        "fix.css"
      ]
    },
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "js": [
        "content_li.js",
        "FontsUtils.js"
      ],
      "css": [
        "fix.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  }
}