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)”。
扩展截图
下载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!
扩展基本信息
名称 | |
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 |
电子邮箱 | [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'" } |