Yandex.Metrica

Yandex.Metrica

This extension provides data from Yandex.Metrica to improve its usability.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "ru",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.0.14",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/logo16_disabled.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "img/logo16.png",
    "128": "img/logo48.png"
  },
  "author": "[email protected]"
}