Clownfish Voice Changer for Chrome

The ultimate voice changer for Chrome

Clownfish Voice Changer for Chromeคืออะไร?

Clownfish Voice Changer for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clownfish-translator.com และคุณลักษณะหลักของมันคือ "The ultimate voice changer for Chrome"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clownfish Voice Changer for Chrome

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

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

                        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                    

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

ชื่อ Clownfish Voice Changer for Chrome Clownfish Voice Changer for Chrome
ID dmgaboifbpokjbdcbnmkcohiondlampj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clownfish-voice-changer-f/dmgaboifbpokjbdcbnmkcohiondlampj
คำอธิบาย The ultimate voice changer for Chrome
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 90,273
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2021-06-05
คะแนน 3.10/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา https://clownfish-translator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clownfish-translator.com/voicechanger/
URL หน้าช่วยเหลือ https://clownfish-translator.com/voicechanger/
ภาษาที่รองรับ 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"
            ]
        }
    ]
}