CAI Tools

Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!

Wat is CAI Tools?

CAI Tools is een Chrome-extensie ontwikkeld door muhammedirsat000, en de belangrijkste functie is "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CAI Tools

Download CAI Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Features:
- Clone/Duplicate your chat to explore different routes.
- Extend the memory of your bot with your customizable reminders.
- Save your chats on your PC and read them offline.
- Download characters in both JSON and PNG (Card) format.
- Make a private copy of bots for edits and personalized use.
- Review character settings even if they are hidden!
- Download your chats in Oobabooga, Tavern & SillyTavern formats.
- Download your chats as definitions/example chats.

Misc:
- Drag the button with its appendage and remove it with 3 taps on it.

Source codes, BUG REPORTS and Read Me: https://github.com/irsat000/CAI-Tools
Contact: [email protected]
Donations: https://www.patreon.com/Irsat                    

Basisinformatie over de Extensie

Naam CAI Tools CAI Tools
ID nbhhncgkhacdaaccjbbadkpdiljedlje
Officiële URL https://chromewebstore.google.com/detail/cai-tools/nbhhncgkhacdaaccjbbadkpdiljedlje
Beschrijving Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!
Bestandsgrootte 71.7 KB
Aantal Installaties 25,482
Huidige Versie 2.1.1
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-02-26
Beoordeling 4.56/5 Totaal 63 Beoordelingen
Ontwikkelaar muhammedirsat000
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/irsat000/CAI-Tools
Help Pagina-URL https://github.com/irsat000/CAI-Tools/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CAI Tools",
    "description": "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!",
    "version": "2.1.1",
    "icons": {
        "128": "\/logo128.png"
    },
    "permissions": [],
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/intercept.js",
                "\/ReadOffline.html"
            ],
            "matches": [
                "https:\/\/beta.character.ai\/*",
                "https:\/\/plus.character.ai\/*",
                "https:\/\/character.ai\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/beta.character.ai\/*",
                "https:\/\/plus.character.ai\/*",
                "https:\/\/character.ai\/*"
            ],
            "js": [
                "\/scripts\/crc32.min.js",
                "\/scripts\/jszip.min.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/style\/main.css"
            ],
            "run_at": "document_end"
        }
    ]
}