VoiceSpeed

VoiceSpeed for Facebook

VoiceSpeed là gì?

VoiceSpeed là một tiện ích mở rộng Chrome được phát triển bởi https://speedforvoice.com, và tính năng chính của nó là "VoiceSpeed for Facebook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiceSpeed

Tải xuống các tệp mở rộng VoiceSpeed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiceSpeed VoiceSpeed
ID gjflfjlkehcefokegbeckicggcdeajlh
URL Chính Thức https://chromewebstore.google.com/detail/voicespeed/gjflfjlkehcefokegbeckicggcdeajlh
Mô tả VoiceSpeed for Facebook
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-09-24
Ngày Phát Hành 2020-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://speedforvoice.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.speedforvoice.com/
URL Trang Trợ Giúp https://www.speedforvoice.com/support
URL Trang Chính Sách Bảo Mật https://www.automateconnection.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}