DataTester

DataTester

Use this extension to experience DataTester without integrate our web SDK.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DataTester",
  "description": "Use this extension to experience DataTester without integrate our web SDK.",
  "version": "1.2.1",
  "page_action": {
    "default_title": "DataTester",
    "default_icon": {
      "48": "./gray.png",
      "96": "./[email protected]",
      "144": "./[email protected]",
      "192": "./[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://datarangers.com.cn/*",
        "https://rangers.bytedance.net/*",
        "https://datarangers.com/*",
        "*://*/datatester/*",
        "*://localhost/*/*"
      ],
      "run_at": "document_start",
      "js": [
        "messager.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ]
}