"Post on VK" Button

Provides easy way for VK users to rapidly share materials with friends.

What is "Post on VK" Button?

"Post on VK" Button is a Chrome extension developed by www.pretty-tools.com, and its main feature is "Provides easy way for VK users to rapidly share materials with friends.".

Extension Screenshots

screenshot

Download "Post on VK" Button Extension CRX File

Download "Post on VK" Button 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

                        Add-on "Post on VK" Button provides easy way for VK users (vk.com/vkontakte.ru) to rapidly share materials with friends even if there is no embedded "Post on VK" button on website.                    

Extension Basic Information

Name "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
Official URL https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
Description Provides easy way for VK users to rapidly share materials with friends.
File Size 24.85 KB
Installation Count 692
Current Version 1.0.0.3
Last Updated 2012-07-16
Publish Date 2012-07-16
Rating 3.91/5 Total 22 Ratings
Developer www.pretty-tools.com
Payment Type free
Extension Website http://vkontakte.pretty-tools.com/
Help Page URL http://vkontakte.pretty-tools.com/contact_us.php
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0.3",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo16x16.png",
        "48": "images\/logo48x48.png",
        "128": "images\/logo128x128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "18.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": "images\/logo16x16.png"
    }
}