Rinine CharacterAI Tools Lite

Basic tools for character AI. Lite version of Rinine CharacterAI Tools

Rinine CharacterAI Tools Liteคืออะไร?

Rinine CharacterAI Tools Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rinine และคุณลักษณะหลักของมันคือ "Basic tools for character AI. Lite version of Rinine CharacterAI Tools"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rinine CharacterAI Tools Lite

ดาวน์โหลดไฟล์ส่วนขยาย Rinine CharacterAI Tools Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance your experience using the character.ai website (Both desktop and mobile with dedicated mobile view)

In this lite version, you can change the wallpaper, access detailed information about the bot, or censor your personal information and/or the bot's to take safe screenshots.

If you subscribe to Patreon, you'll gain access to a host of new features such as:
- Powerful memory manager (the bot's poor memory becomes a thing of the past)
- Favorites system (add bots to favorites and manage them)
- Review and download a complete chat history with a great design
- A great design for large avatars.
- Change the font, font color, or even color-code the narration text.
- Display a swipe counter to know your position.
- Auto-close the "Try again" window when the filter pops up.
- Premium enhancements for Patreon premium users like changing the name and avatars for each bot session, managing your personal image gallery, and much more!

Plus, there are updates every week!

https://www.rinineaitools.com/
https://chai.rinineaitools.com/
https://www.patreon.com/rinineaitools


If you have any questions, problems or suggestions you can ask them on the official Discord server: https://discord.gg/vMnxqG3R2m or send an email to [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rinine CharacterAI Tools Lite Rinine CharacterAI Tools Lite
ID lgokfapbjgbickkpbifkbhgacgjjpeeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rinine-characterai-tools/lgokfapbjgbickkpbifkbhgacgjjpeeh
คำอธิบาย Basic tools for character AI. Lite version of Rinine CharacterAI Tools
ขนาดไฟล์ 73.38 KB
จำนวนการติดตั้ง 216
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-12-13
วันที่เผยแพร่ 2023-10-14
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Rinine
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.rinineaitools.com
URL หน้าช่วยเหลือ https://www.patreon.com/rinineaitools
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rinine CharacterAI Tools Lite",
    "version": "1.0.3",
    "description": "Basic tools for character AI. Lite version of Rinine CharacterAI Tools",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.character.ai\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "https:\/\/*.character.ai\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.character.ai\/*",
        "wss:\/\/neo.character.ai\/*"
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ]
}