VoiceHack

Распознавание голосовых сообщений.

What is VoiceHack?

VoiceHack is a Chrome extension developed by lolstoporom, and its main feature is "Распознавание голосовых сообщений.".

Extension Screenshots

screenshot

Download VoiceHack Extension CRX File

Download VoiceHack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Дополнение распознаёт голосовые сообщения в соц.сети Вконтакте и выводит результат прямо под ними.                    

Extension Basic Information

Name VoiceHack VoiceHack
ID kflglbgjhjolgboocdpajcfjiokfpcam
Official URL https://chromewebstore.google.com/detail/voicehack/kflglbgjhjolgboocdpajcfjiokfpcam
Description Распознавание голосовых сообщений.
File Size 51.68 KB
Installation Count 1,152
Current Version 2.3
Last Updated 2019-11-23
Publish Date 2019-11-23
Rating 3.25/5 Total 4 Ratings
Developer lolstoporom
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiceHack",
    "short_name": "VoiceHack VK",
    "permissions": [
        "storage",
        "*:\/\/*.vk.com\/*",
        "*:\/\/*.vk.me\/*",
        "*:\/\/*.userapi.com\/*"
    ],
    "description": "\u0420\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0438\u0435 \u0433\u043e\u043b\u043e\u0441\u043e\u0432\u044b\u0445 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439.",
    "version": "2.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "VoiceHack",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "vk.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}