vKappa for VK
Twitch TV emotes for VK. Kappa.
Wat is vKappa for VK?
vKappa for VK is een Chrome-extensie ontwikkeld door Body, en de belangrijkste functie is "Twitch TV emotes for VK. Kappa.".
Extensie Screenshots
Download het CRX-bestand van de extensie vKappa for VK
Download vKappa for VK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
vKappa добавляет эмоции twitch.tv & BTTV на страницы vk. vKappa имеет свое окно эмоутов, которое можно кастомизировать в настройках расширения. 2.0.7: - Для новой версии vk добавлены подсказки при вводе в чате: при наборе первых 4 символов эмоута появится окошко со всеми эмоутами, содержащими набранные символы. На данный момент работает только с глобальными и BTTV эмоциями. Данную функцию можно выключить в настройках расширения. - Исправлены баги, связанные с новой версией vk. Исходный код: https://github.com/bodycount/vkappa
Basisinformatie over de Extensie
Naam | vKappa for VK |
ID | cpeddbaihddojignldpdabddpklmmjmj |
Officiële URL | https://chromewebstore.google.com/detail/vkappa-for-vk/cpeddbaihddojignldpdabddpklmmjmj |
Beschrijving | Twitch TV emotes for VK. Kappa. |
Bestandsgrootte | 143 KB |
Aantal Installaties | 731 |
Huidige Versie | 2.0.9.1 |
Laatst Bijgewerkt | 2016-11-25 |
Publicatiedatum | 2016-11-25 |
Beoordeling | 4.19/5 Totaal 119 Beoordelingen |
Ontwikkelaar | Body |
Betalingswijze | free |
Ondersteunde Talen | ru |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/config.js", "js\/libs\/jquery.js", "js\/libs\/arrive.js", "js\/content.js" ], "matches": [ "*:\/\/vk.com\/*", "*:\/\/new.vk.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self' blob: filesystem: chrome-extension-resource:", "description": "Twitch TV emotes for VK. Kappa.", "icons": { "128": "icons\/icon.png" }, "manifest_version": 2, "name": "vKappa for VK", "options_ui": { "chrome_style": true, "page": "html\/options.html" }, "permissions": [ "storage" ], "short_name": "vKappa", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.9.1", "web_accessible_resources": [ "icons\/*", "emotions\/*", "options\/options.html" ] } |