Yandex.Metrica Inspector

Yandex.Metrica Inspector

An unoffcial extension to debug Yandex.Metrica implementations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.3",
  "devtools_page": "html/devtools.html",
  "icons": {
    "16": "images/yminspector16.png",
    "32": "images/yminspector32.png",
    "48": "images/yminspector48.png",
    "64": "images/yminspector64.png",
    "128": "images/yminspector128.png"
  },
  "action": {
    "default_icon": "images/yminspector.png",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "webNavigation"
  ],
  "manifest_version": 3
}