LiveInternet Статистика

LiveInternet Статистика

Осуществляет быстрый вход в статистику LiveInternet со страницы сайта, открытого в данный момент

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LiveInternet Статистика",
  "short_name": "Li Статистика",
  "description": "Осуществляет быстрый вход в статистику LiveInternet со страницы сайта, открытого в данный момент",
  "version": "1.2",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "bckg.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": "icons/li_48.png"
  },
  "icons": {
    "16": "icons/li_16.png",
    "48": "icons/li_48.png",
    "128": "icons/li_128.png"
  },
  "manifest_version": 2
}