WhatBots - ChatGPT Chrome Extension

Your GPT Assistant on every website you visit

WhatBots - ChatGPT Chrome Extension là gì?

WhatBots - ChatGPT Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi wooteniam07, và tính năng chính của nó là "Your GPT Assistant on every website you visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatBots - ChatGPT Chrome Extension

Tải xuống các tệp mở rộng WhatBots - ChatGPT Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WhatBots is a privacy focused ChatGPT Chrome Extension that answers all your complex questions with just CMD+M press. It seamlessly works with Google Search and any website you visit, providing instant assistance whenever you need it. 

Just press Cmd+M or Ctrl+M to start chatting. The best thing is that it does not collect any chat data, and your queries to the GPT API are anonymous🕵️‍♂️

Features:

1. Google Search Enhancer: Unlimited ChatGPT response on Google Search 🔍

2. WebChat: Mini ChatGPT chat window inside of any website (Yes inside the site, not in another tab) just press Cmd+M or Ctrl+M! 💬

3. GitHub Enhancer: Explains source code files on Github. Yes click on  Explain Code button on GitHub and it will write documentation for the code 👨‍💻

More Coming soon!

Why Choose WhatBots:

Super Smart AI: Powered by cutting-edge GPT technology, WhatBots offers intelligent explanations for any challenge you face.

Easy Integration: WhatBots seamlessly blends into GitHub and Google Search, making your online journey smoother and more productive.

Real-Time Help: Instant, on-demand assistance is just a click away with our in-page chat feature on any website.

User-Friendly: Simple and easy to use, WhatBots understands your needs and offers context-aware solutions.

Privacy-Focused: Rest assured, WhatBots cares about your privacy. It doesn't collect any personal info or browsing data, ensuring a secure and reliable experience.

Download WhatBots now and boost your productivity to new heights! It's the perfect companion for everyone, no matter your background or expertise. Let WhatBots make your online life easier and more enjoyable!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatBots - ChatGPT Chrome Extension WhatBots - ChatGPT Chrome Extension
ID onbmgdjjfmpplckekdiaeekdgclldiji
URL Chính Thức https://chromewebstore.google.com/detail/whatbots-chatgpt-chrome-e/onbmgdjjfmpplckekdiaeekdgclldiji
Mô tả Your GPT Assistant on every website you visit
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-06-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển wooteniam07
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://whatnot-flame.vercel.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "name": "WhatBots - ChatGPT Chrome Extension",
    "description": "Your GPT Assistant on every website you visit",
    "action": {
        "default_icon": {
            "16": ".\/src\/icons\/16.png",
            "32": ".\/src\/icons\/32.png",
            "48": ".\/src\/icons\/48.png",
            "128": ".\/src\/icons\/128.png"
        },
        "default_title": "Getting Started !"
    },
    "permissions": [
        "identity"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "css": [
                "src\/css\/modal.css",
                "src\/css\/chat.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/src\/icons\/16.png",
        "32": ".\/src\/icons\/32.png",
        "48": ".\/src\/icons\/48.png",
        "128": ".\/src\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/icons\/close.png",
                "src\/icons\/copy.png",
                "src\/icons\/loader.gif",
                "src\/icons\/profile.svg",
                "src\/icons\/template.png",
                "src\/icons\/48.png",
                "src\/icons\/no-credits.png",
                "src\/icons\/login.png",
                "src\/icons\/chat-logo-icon.png",
                "src\/icons\/settings.png",
                "src\/icons\/submit.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "150584465080-0me81cehprs1n46tg2lutgnr7eh0npmn.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}