Publish on VK

Easily share the page you're visiting with your friends on VKontakte (VK.com)

Publish on VK là gì?

Publish on VK là một tiện ích mở rộng Chrome được phát triển bởi Der Schüler LLC, và tính năng chính của nó là "Easily share the page you're visiting with your friends on VKontakte (VK.com)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Publish on VK

Tải xuống các tệp mở rộng Publish on VK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With just one click and you can share the page with your friends, see how many times that same article has been shared and save specific parts of the text on the social network VKontakte (VK.com)! Quick and easy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Publish on VK Publish on VK
ID bhhoboajonmemegfakcannfkeomophkd
URL Chính Thức https://chrome.google.com/webstore/detail/publish-on-vk/bhhoboajonmemegfakcannfkeomophkd
Mô tả Easily share the page you're visiting with your friends on VKontakte (VK.com)
Kích Thước Tệp 47.68 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-06-24
Ngày Phát Hành 2019-06-24
Nhà Phát Triển Der Schüler LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vk.com
URL Trang Chính Sách Bảo Mật https://www.derschuler.com/apps/aliexplorer/app-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,es,pt-BR,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.0",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "__MSG_appName__"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "webNavigation",
        "bookmarks",
        "storage",
        "notifications",
        "contextMenus",
        "*:\/\/*.derschuler.com\/*",
        "*:\/\/*.vk.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/_inject.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}