CAI Tools

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

Qu'est-ce que CAI Tools ?

CAI Tools est une extension Chrome développée par muhammedirsat000, et sa fonction principale est "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CAI Tools

Téléchargez les fichiers d'extension CAI Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CAI Tools CAI Tools
ID nbhhncgkhacdaaccjbbadkpdiljedlje
URL Officiel https://chromewebstore.google.com/detail/cai-tools/nbhhncgkhacdaaccjbbadkpdiljedlje
Description Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!
Taille du Fichier 71.7 KB
Nombre d'Installations 25,482
Version Actuelle 2.1.1
Dernière Mise à Jour 2024-02-28
Date de Publication 2023-02-26
Évaluation 4.56/5 Total 63 Évaluations
Développeur muhammedirsat000
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/irsat000/CAI-Tools
URL de la Page d'Aide https://github.com/irsat000/CAI-Tools/issues
Langues Prises en Charge 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"
        }
    ]
}