Publish on VK
Easily share the page you're visiting with your friends on VKontakte (VK.com)
Qu'est-ce que Publish on VK ?
Publish on VK est une extension Chrome développée par Der Schüler LLC, et sa fonction principale est "Easily share the page you're visiting with your friends on VKontakte (VK.com)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Publish on VK
Téléchargez les fichiers d'extension Publish on VK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | bhhoboajonmemegfakcannfkeomophkd |
URL Officiel | https://chrome.google.com/webstore/detail/publish-on-vk/bhhoboajonmemegfakcannfkeomophkd |
Description | Easily share the page you're visiting with your friends on VKontakte (VK.com) |
Taille du Fichier | 47.68 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-06-24 |
Date de Publication | 2019-06-24 |
Développeur | Der Schüler LLC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vk.com |
URL de la Page de Politique de Confidentialité | https://www.derschuler.com/apps/aliexplorer/app-privacy-policy.html |
Langues Prises en Charge | 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'" } |