Publish on VK

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

Publish on VKとは何ですか?

Publish on VKはDer Schüler LLCによって開発されたChromeの拡張機能で、その主な機能は「Easily share the page you're visiting with your friends on VKontakte (VK.com)」です。

拡張機能のスクリーンショット

screenshot

Publish on VK拡張機能のCRXファイルをダウンロード

Publish on VK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Publish on VK Publish on VK
ID bhhoboajonmemegfakcannfkeomophkd
公式URL https://chrome.google.com/webstore/detail/publish-on-vk/bhhoboajonmemegfakcannfkeomophkd
説明 Easily share the page you're visiting with your friends on VKontakte (VK.com)
ファイルサイズ 47.68 KB
インストール数 17
現在のバージョン 1.1.0
最終更新日 2019-06-24
公開日 2019-06-24
開発者 Der Schüler LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vk.com
プライバシーポリシーページのURL https://www.derschuler.com/apps/aliexplorer/app-privacy-policy.html
対応言語 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'"
}