Alex Extension

Alex Extension

cb get v2

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://testbed.chaturbate.com/*",
        "https://chaturbate.com/b/alex_shredded/",
        "https://*/alex_shredded/",
        "https://*.chaturbate.com/b/alex_shredded/",
        "https://*.chaturbate.com/alex_shredded/"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "description": "cb get v2",
  "name": "Alex Extension",
  "version": "1.2"
}