CharacterAIVoices

Give lifelike voices to your favorite Character.ai characters

What is CharacterAIVoices?

CharacterAIVoices is a Chrome extension developed by veer, and its main feature is "Give lifelike voices to your favorite Character.ai characters".

Extension Screenshots

screenshot

Download CharacterAIVoices Extension CRX File

Download CharacterAIVoices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CharacterAIVoices CharacterAIVoices
ID pkkabkjigemcjdpahackjdcdineinone
Official URL https://chromewebstore.google.com/detail/characteraivoices/pkkabkjigemcjdpahackjdcdineinone
Description Give lifelike voices to your favorite Character.ai characters
File Size 102 MB
Installation Count 33
Current Version 1.0
Last Updated 2023-08-04
Publish Date 2023-08-03
Rating 1.00/5 Total 2 Ratings
Developer veer
Email [email protected]
Payment Type free
Extension Website http://www.charactervoices.ai/
Supported Languages 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"
    }
}