VoiceSpeed

VoiceSpeed for Facebook

What is VoiceSpeed?

VoiceSpeed is a Chrome extension developed by https://speedforvoice.com, and its main feature is "VoiceSpeed for Facebook".

Extension Screenshots

screenshot

Download VoiceSpeed Extension CRX File

Download VoiceSpeed 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

                        VoiceSpeed: Get To The Point

Enjoy 1.5x-3x speed for messenger voice notes on your chrome desktop browser.

Also skip around to an important section and skip the fluff.                    

Extension Basic Information

Name VoiceSpeed VoiceSpeed
ID gjflfjlkehcefokegbeckicggcdeajlh
Official URL https://chromewebstore.google.com/detail/voicespeed/gjflfjlkehcefokegbeckicggcdeajlh
Description VoiceSpeed for Facebook
File Size 189 KB
Installation Count 11
Current Version 1.2.0
Last Updated 2020-09-24
Publish Date 2020-09-02
Rating 5.00/5 Total 1 Ratings
Developer https://speedforvoice.com
Email [email protected]
Payment Type free
Extension Website https://www.speedforvoice.com/
Help Page URL https://www.speedforvoice.com/support
Privacy Policy Page URL https://www.automateconnection.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "assets\/icon-128.png",
        "default_popup": "",
        "default_title": "VoiceSpeed"
    },
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "VoiceSpeed",
    "description": "VoiceSpeed for Facebook",
    "version": "1.2.0",
    "permissions": [
        "",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.messenger.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/map.min.js",
                "js\/speed.min.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/map.min.css",
                "css\/speed.min.css",
                "css\/content_script.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js",
        "assets\/mejs-controls.svg"
    ]
}