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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |