VoiceSpeed

VoiceSpeed for Facebook

VoiceSpeed란 무엇입니까?

VoiceSpeed은(는) https://speedforvoice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VoiceSpeed for Facebook"입니다.

확장 프로그램 스크린샷

screenshot

VoiceSpeed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}