Pikabu Profile Viewer

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

What is Pikabu Profile Viewer?

Pikabu Profile Viewer is a Chrome extension developed by twolegs, and its main feature is "Показывает tooltip с описанием профиля пикабушника.".

Extension Screenshots

screenshot

Download Pikabu Profile Viewer Extension CRX File

Download Pikabu Profile Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pikabu Profile Viewer добавляет всплывающее окно (tooltip) с описанием профиля на сайте pikabu.ru                    

Extension Basic Information

Name Pikabu Profile Viewer Pikabu Profile Viewer
ID ghphbbbfakpaonndlidafipklfmmeegk
Official URL https://chrome.google.com/webstore/detail/ghphbbbfakpaonndlidafipklfmmeegk
Description Показывает tooltip с описанием профиля пикабушника.
File Size 45.4 KB
Installation Count 46
Current Version 0.1.4
Last Updated 2017-08-17
Publish Date 2017-08-17
Rating 4.92/5 Total 12 Ratings
Developer twolegs
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pikabu Profile Viewer",
    "version": "0.1.4",
    "description": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 tooltip \u0441 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043c \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u043f\u0438\u043a\u0430\u0431\u0443\u0448\u043d\u0438\u043a\u0430.",
    "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\/*"
    ]
}