Pikabu Profile Viewer

Pikabu Profile Viewer

Показывает tooltip с описанием профиля пикабушника.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pikabu Profile Viewer",
  "version": "0.1.4",
  "description": "Показывает tooltip с описанием профиля пикабушника.",
  "icons": {
    "16": "brovastik16.png",
    "48": "brovastik48.png",
    "128": "brovastik128.png"
  },
  "author": "twolegs",
  "content_scripts": [
    {
      "matches": [
        "https://pikabu.ru/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-1.11.2.min.js",
        "profile_tooltip.js"
      ]
    }
  ],
  "permissions": [
    "https://pikabu.ru/*"
  ]
}