CharacterAIVoices

Give lifelike voices to your favorite Character.ai characters

CharacterAIVoices क्या है?

CharacterAIVoices veer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give lifelike voices to your favorite Character.ai characters"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CharacterAIVoices एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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