VoiceSpeed

VoiceSpeed for Facebook

VoiceSpeedคืออะไร?

VoiceSpeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speedforvoice.com และคุณลักษณะหลักของมันคือ "VoiceSpeed for Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceSpeed

ดาวน์โหลดไฟล์ส่วนขยาย VoiceSpeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VoiceSpeed VoiceSpeed
ID gjflfjlkehcefokegbeckicggcdeajlh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voicespeed/gjflfjlkehcefokegbeckicggcdeajlh
คำอธิบาย VoiceSpeed for Facebook
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-09-24
วันที่เผยแพร่ 2020-09-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://speedforvoice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.speedforvoice.com/
URL หน้าช่วยเหลือ https://www.speedforvoice.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.automateconnection.com/privacy
ภาษาที่รองรับ 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"
    ]
}