EPHSPLIT

EPHSPLIT

Monitor for tests in a page and change variations for both VWO and Google Optimize

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EPHSPLIT",
  "description": "Monitor for tests in a page and change variations for both VWO and Google Optimize",
  "version": "0.0.5",
  "icons": {
    "128": "images/icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "EPHSPLIT.js",
    "images/icon.png",
    "images/eph.png",
    "images/optimize.png",
    "images/vwo.png",
    "images/cross_grey.png",
    "images/cross_orange.png"
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}