VoiceSpeed

VoiceSpeed for Facebook

Apa itu VoiceSpeed?

VoiceSpeed adalah ekstensi Chrome yang dikembangkan oleh https://speedforvoice.com, dan fitur utamanya adalah "VoiceSpeed for Facebook".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VoiceSpeed

Unduh file ekstensi VoiceSpeed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VoiceSpeed VoiceSpeed
ID gjflfjlkehcefokegbeckicggcdeajlh
URL Resmi https://chromewebstore.google.com/detail/voicespeed/gjflfjlkehcefokegbeckicggcdeajlh
Deskripsi VoiceSpeed for Facebook
Ukuran File 189 KB
Jumlah Instalasi 11
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2020-09-24
Tanggal Publikasi 2020-09-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://speedforvoice.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.speedforvoice.com/
URL Halaman Bantuan https://www.speedforvoice.com/support
URL Halaman Kebijakan Privasi https://www.automateconnection.com/privacy
Bahasa yang Didukung 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"
    ]
}