Publish on VK
Easily share the page you're visiting with your friends on VKontakte (VK.com)
Cos'è Publish on VK?
Publish on VK è un'estensione di Chrome sviluppata da Der Schüler LLC, e la sua funzione principale è "Easily share the page you're visiting with your friends on VKontakte (VK.com)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Publish on VK
Scarica i file di estensione Publish on VK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | bhhoboajonmemegfakcannfkeomophkd |
URL Ufficiale | https://chrome.google.com/webstore/detail/publish-on-vk/bhhoboajonmemegfakcannfkeomophkd |
Descrizione | Easily share the page you're visiting with your friends on VKontakte (VK.com) |
Dimensione del File | 47.68 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-06-24 |
Data di Pubblicazione | 2019-06-24 |
Sviluppatore | Der Schüler LLC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vk.com |
URL della Pagina della Politica sulla Privacy | https://www.derschuler.com/apps/aliexplorer/app-privacy-policy.html |
Lingue Supportate | 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'" } |