AI Flash - Bring GPT-4 to any site (FREE)

Get OpenAI responses on any site

什么是AI Flash - Bring GPT-4 to any site (FREE)?

AI Flash - Bring GPT-4 to any site (FREE)是由rrishard456开发的Chrome扩展程序,该扩展的主要功能是“Get OpenAI responses on any site”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载AI Flash - Bring GPT-4 to any site (FREE)扩展crx文件

下载AI Flash - Bring GPT-4 to any site (FREE)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bring GPT into Any Website you visit by just Type AI:  Code: Tweat: Commands in any input to get instant responses  (You can create custom commands also)  , the possibilities is endless 

***********************************************

Introducing AI Flash GPT-4, the revolutionary GPT-powered chatbot designed to transform your online experience. This cutting-edge AI technology is capable of interpreting any input on any site and generating a GPT response tailored to your specific needs. With AI Flash GPT-4, you can seamlessly interact with websites, applications, and social media platforms using custom commands, code, and tweet-like instructions.

AI Flash GPT-4 is powered by the latest advancements in natural language processing, ensuring that your interactions are smooth, accurate, and efficient. Its state-of-the-art algorithms understand context and adapt to your unique preferences, making it the perfect companion for both casual browsing and professional tasks.

Key features of AI Flash GPT-4 include:

1. Versatile interaction: AI Flash GPT-4 is designed to work with any input on any site, making it the ultimate tool for enhancing your online experience.
2. Custom commands: Tailor your interactions with AI Flash GPT-4 using custom commands, code, and tweet-like instructions to achieve the desired outcome.
3. Advanced AI technology: AI Flash GPT-4 utilizes the latest GPT-powered AI technology to provide accurate and context-aware responses.
4. Seamless integration: AI Flash GPT-4 is compatible with a wide range of platforms, allowing you to effortlessly integrate it into your existing workflow.
5. User-friendly interface: AI Flash GPT-4's intuitive interface makes it easy to use, even for those with limited AI or coding experience.

Experience the future of online communication with AI Flash GPT-4, the intelligent chatbot that adapts to your needs and elevates your digital interactions to new heights.                    

扩展基本信息

名称 AI Flash - Bring GPT-4 to any site (FREE) AI Flash - Bring GPT-4 to any site (FREE)
ID mcpndckncneckmnbjopgcfifbamiiebg
官方URL https://chromewebstore.google.com/detail/ai-flash-bring-gpt-4-to-a/mcpndckncneckmnbjopgcfifbamiiebg
简介 Get OpenAI responses on any site
文件大小 1.05 MB
安装次数 53
当前版本 2.8
更新时间 2023-10-10
上架时间 2023-04-26
开发者 rrishard456
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Flash - Bring GPT-4 to any site (FREE)",
    "version": "2.8",
    "description": "Get OpenAI responses on any site ",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.chatgpt.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "icons\/*.png",
                "option\/options.html",
                "option\/options.js",
                "option\/options.css",
                "images\/contexts\/*.svg",
                "AiFlash_fonts.css",
                "QuickResponse.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "option\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/favicon16.png",
            "32": "icons\/favicon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/favicon16.png",
        "32": "icons\/favicon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}