ShareCharacterAI: Copy CharacterAI Convos
ShareCharacterAI is a Chrome extension that lets you copy your entire Character.ai conversations with one click.
Hvad er ShareCharacterAI: Copy CharacterAI Convos?
ShareCharacterAI: Copy CharacterAI Convos er en Chrome-udvidelse udviklet af https://veerbia.com, og dens hovedfunktion er "ShareCharacterAI is a Chrome extension that lets you copy your entire Character.ai conversations with one click.".
Udvidelsesskærmbilleder
Download ShareCharacterAI: Copy CharacterAI Convos-udvidelses-CRX-fil
Download ShareCharacterAI: Copy CharacterAI Convos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
ShareCharacterAI is a Chrome extension that lets you copy your entire Character.ai conversations with one click. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lheaackdnillimheijacknleojfobopn |
| Officiel URL | https://chromewebstore.google.com/detail/sharecharacterai-copy-cha/lheaackdnillimheijacknleojfobopn |
| Beskrivelse | ShareCharacterAI is a Chrome extension that lets you copy your entire Character.ai conversations with one click. |
| Filstørrelse | 64.84 KB |
| Antal Installationer | 98 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2023-06-18 |
| Udgivelsesdato | 2023-06-17 |
| Udvikler | https://veerbia.com |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ShareCharacterAI: Copy CharacterAI Convos",
"description": "ShareCharacterAI is a Chrome extension that lets you copy your entire Character.ai conversations with one click.",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/new-icon16.png",
"48": "assets\/icons\/new-icon48.png",
"128": "assets\/icons\/new-icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/new-icon16.png",
"48": "assets\/icons\/new-icon48.png",
"128": "assets\/icons\/new-icon128.png"
},
"default_title": "Login to CharacterAI",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/beta.character.ai\/chat?*"
],
"js": [
"index.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/beta.character.ai\/*"
]
} | |