CharacterAIVoices

Give lifelike voices to your favorite Character.ai characters

CharacterAIVoicesคืออะไร?

CharacterAIVoices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย veer และคุณลักษณะหลักของมันคือ "Give lifelike voices to your favorite Character.ai characters"

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

screenshot

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

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

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

                        Give ultra-realistic voices to your favorite Character.ai characters.

Pick any character.ai character and from over 40+ voices.

Developed solely for entertainment purposes and is not affiliated with character.ai.                    

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

ชื่อ CharacterAIVoices CharacterAIVoices
ID pkkabkjigemcjdpahackjdcdineinone
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/characteraivoices/pkkabkjigemcjdpahackjdcdineinone
คำอธิบาย Give lifelike voices to your favorite Character.ai characters
ขนาดไฟล์ 102 MB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2023-08-03
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา veer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.charactervoices.ai/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CharacterAIVoices",
    "version": "1.0",
    "description": "Give lifelike voices to your favorite Character.ai characters",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/beta.character.ai\/*",
                "https:\/\/plus.character.ai\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    }
}