Clownfish Voice Changer for Chrome

The ultimate voice changer for Chrome

Clownfish Voice Changer for Chrome là gì?

Clownfish Voice Changer for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://clownfish-translator.com, và tính năng chính của nó là "The ultimate voice changer for Chrome".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clownfish Voice Changer for Chrome

Tải xuống các tệp mở rộng Clownfish Voice Changer for Chrome 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

                        Clownfish Voice Changer is an extension for changing your voice. Every web application that uses microphone or other audio capture device will be affected. In general - your voice will be modified in web version of Skype, Discord, Viber, Teams, etc. 
Current effects list: Alien, Atari, Clone, Mutation, Fast Mutation, Slow Mutation, Male pitch, Baby, Helium, Custom pitch                    

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

Tên Clownfish Voice Changer for Chrome Clownfish Voice Changer for Chrome
ID dmgaboifbpokjbdcbnmkcohiondlampj
URL Chính Thức https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj
Mô tả The ultimate voice changer for Chrome
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 90,273
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-12-08
Ngày Phát Hành 2021-06-05
Đánh Giá 3.10/5 Tổng số 99 Đánh Giá
Nhà Phát Triển https://clownfish-translator.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clownfish-translator.com/voicechanger/
URL Trang Trợ Giúp https://clownfish-translator.com/voicechanger/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clownfish Voice Changer for Chrome",
    "description": "The ultimate voice changer for Chrome",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "res\/Microphone.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "contentBody.js",
                "CF.js",
                "CF.wasm",
                "res\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ]
}