VoiceSpeed

VoiceSpeed for Facebook

Vad är VoiceSpeed?

VoiceSpeed är en Chrome-tillägg utvecklad av https://speedforvoice.com, och dess huvudfunktion är "VoiceSpeed for Facebook".

Tilläggsskärmbilder

screenshot

Ladda ner VoiceSpeed-förlängningens CRX-fil

Ladda ner VoiceSpeed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VoiceSpeed VoiceSpeed
ID gjflfjlkehcefokegbeckicggcdeajlh
Officiell webbadress https://chromewebstore.google.com/detail/voicespeed/gjflfjlkehcefokegbeckicggcdeajlh
Beskrivning VoiceSpeed for Facebook
Filstorlek 189 KB
Antal Installationer 11
Aktuell Version 1.2.0
Senast Uppdaterad 2020-09-24
Publiceringsdatum 2020-09-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://speedforvoice.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.speedforvoice.com/
Hjälpsida URL https://www.speedforvoice.com/support
URL till Sekretesspolicy Sidan https://www.automateconnection.com/privacy
Stödda Språk 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"
    ]
}