Mono API: ChatGPT API without token fees

Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…

Mono API: ChatGPT API without token feesคืออะไร?

Mono API: ChatGPT API without token fees เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://livechatwith.us/mono และคุณลักษณะหลักของมันคือ "Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mono API: ChatGPT API without token fees

ดาวน์โหลดไฟล์ส่วนขยาย Mono API: ChatGPT API without token fees ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and more

With Mono API, you can make API calls with long prompts and receive completions containing many tokens without worrying about the cost of tokens. For example, language translation, processing, cleaning of raw data

This is a great solution to save on token costs when automatically processing documents with many tokens, or as a backup option for official API services, and to maximize the use of free resources from Bing Chat, Google Bard and Copilot

Especially, when one or several AI services experience issues or are down, the auto-switching feature between engines always helps keep your application stable, safe, and as fail-safe as possible

For instance, when ChatGPT is overloaded, Mono API can automatically transfer your prompt to other platforms like Google Bard, Bing Chat, or Claude to ensure you always receive a completion.                    

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

ชื่อ Mono API: ChatGPT API without token fees Mono API: ChatGPT API without token fees
ID deoamklhjihadkkpecgiebmjidhjoogl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mono-api-chatgpt-api-with/deoamklhjihadkkpecgiebmjidhjoogl
คำอธิบาย Mono API turns your browser into an API server for popular AI services like ChatGPT, Bing Chat, Google Bard, Claude, Copilot and…
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2023-11-23
ผู้พัฒนา https://livechatwith.us/mono
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://livechatwith.us/mono
URL หน้าช่วยเหลือ https://livechatwith.us/monoapi
URL หน้านโยบายความเป็นส่วนตัว https://livechatwith.us/tos.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mono API: ChatGPT API without token fees",
    "version": "0.21",
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/bard.google.com\/*",
                "*:\/\/claude.ai\/*",
                "*:\/\/livechatwith.us\/*",
                "*:\/\/poe.com\/*",
                "*:\/\/grok.x.ai\/*",
                "*:\/\/pi.ai\/*",
                "*:\/\/copilot.microsoft.com\/*"
            ],
            "js": [
                "api.min.js",
                "binding.min.js",
                "bundle.min.js",
                "client.api.min.js",
                "client.min.js",
                "content.min.js",
                "fuse.min.js",
                "host.min.js",
                "html.min.js",
                "junkflag.js",
                "listening.api.min.js",
                "port.min.js",
                "request.min.js",
                "restful.min.js",
                "server.api.min.js",
                "server.min.js"
            ]
        }
    ]
}