CharacterAIVoices

Give lifelike voices to your favorite Character.ai characters

Vad är CharacterAIVoices?

CharacterAIVoices är en Chrome-tillägg utvecklad av veer, och dess huvudfunktion är "Give lifelike voices to your favorite Character.ai characters".

Tilläggsskärmbilder

screenshot

Ladda ner CharacterAIVoices-förlängningens CRX-fil

Ladda ner CharacterAIVoices-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CharacterAIVoices CharacterAIVoices
ID pkkabkjigemcjdpahackjdcdineinone
Officiell webbadress https://chromewebstore.google.com/detail/characteraivoices/pkkabkjigemcjdpahackjdcdineinone
Beskrivning Give lifelike voices to your favorite Character.ai characters
Filstorlek 102 MB
Antal Installationer 33
Aktuell Version 1.0
Senast Uppdaterad 2023-08-04
Publiceringsdatum 2023-08-03
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare veer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.charactervoices.ai/
Stödda Språk 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"
    }
}