MixerBox AI - 20+ ChatGPT plugins for free

Save time with one-click web content summaries! Try 20+ free ChatGPT plugins!

MixerBox AI - 20+ ChatGPT plugins for freeとは何ですか?

MixerBox AI - 20+ ChatGPT plugins for freeはMixerBox AIによって開発されたChromeの拡張機能で、その主な機能は「Save time with one-click web content summaries! Try 20+ free ChatGPT plugins!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

MixerBox AI - 20+ ChatGPT plugins for free拡張機能のCRXファイルをダウンロード

MixerBox AI - 20+ ChatGPT plugins for free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MixerBox AI now features OpenAI ChatGPT for free!

1-click summarizer: Save time, grasp key points in seconds!
Engage with our MixerBox AI without switching between web pages.

【Main Features】
● Explore 20+ ChatGPT plugin features for free
No ChatGPT account needed! Enjoy MixerBox’s extensive plugin features directly!

● Summary Function
One-click summarize article highlights, saving browsing time!

● Translation function:
Translate directly upon completion of the abstract, no need to copy and paste elsewhere!

● Smart MixerBox AI chatbot
Get instant assistance with essay writing, text translation, and email writing with MixerBox AI’s advanced technology powered by ChatGPT.

● Easily start a conversation with MixerBox AI by clicking on the icon in the toolbar.                    

拡張機能の基本情報

名前 MixerBox AI - 20+ ChatGPT plugins for free MixerBox AI - 20+ ChatGPT plugins for free
ID caecenaggehckdimcbiekmehadfligld
公式URL https://chromewebstore.google.com/detail/mixerbox-ai-20+-chatgpt-p/caecenaggehckdimcbiekmehadfligld
説明 Save time with one-click web content summaries! Try 20+ free ChatGPT plugins!
ファイルサイズ 575 KB
インストール数 1,770
現在のバージョン 1.0.6
最終更新日 2023-12-07
公開日 2023-04-28
評価 5.00/5 合計 8 レビュー
開発者 MixerBox AI
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://static.mixerbox.com/AI/policies/MixerBoxAI_PrivacyPolicy_for_Website.html
対応言語 en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "cookies",
        "history"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtAmp7eyK77UlsayHyFM0vsaEHag3olE8GMbl0jFMLOzbBMh\/BYCqOm2Mzn4V0KiRmFvwUFq7obbmc\/xNV2CzkzKBUSGsGCjterLrs08rCnOVw4u86J2Q21szrPFrm1SZzX\/ZespK+6e43uyhg6mHQJxDJvssZCyQH1BrX\/XcBO1BVrDyTJGeRBYnpfcA6EJwfnwlTi9kFJge0rPhWG46WSjMhKrXY\/Jtr4LNwji9g+9p5em5Ctgw8pSV2z\/E5zH53EPNa04XOiD3Bq4F+FYXgeshnOOOtOTArZ+5VhVyg5IsXCHFlbBbaDgdMnPEc\/gC9BIPE+rAiFaeDTJEd7oO2wIDAQAB",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "ChatAI",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}