CharacterAIVoices
Give lifelike voices to your favorite Character.ai characters
什麼是CharacterAIVoices?
CharacterAIVoices是由veer開發的Chrome擴展程式,該擴展的主要功能是“Give lifelike voices to your favorite Character.ai characters”。
擴展截圖
下載CharacterAIVoices擴展crx文件
下載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 |
ID | pkkabkjigemcjdpahackjdcdineinone |
官方網址 | 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" } } |