Skeb Button

Skeb Button

Add Skeb button to X.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Skeb Button",
  "description": "Add Skeb button to X.",
  "version": "1.07",
  "icons": {
    "128": "128.png"
  },
  "host_permissions": [
    "https://*.twitter.com/",
    "https://*.x.com/",
    "https://skeb.jp/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*",
        "https://*.x.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}