WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro/Flash & Claude 3.5 Sonnet

GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro/Flash & Claude 3.5 Sonnet

View on Chrome Web Store
View GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro/Flash & Claude 3.5 Sonnet Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (47 ratings)
2 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

GetBotAI support chat with all AI models (ChatGpt, Gemini, Claude, etc.) for advanced AI search, read, and write.
Type
Extension
Users
1,000 users
26
Website getbot.ai
GetBotAI
View author page of GetBotAI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 23, 2023
Version 4.3.1
Manifest version
3
Updated
Updated on March 7, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro/Flash & Claude 3.5 Sonnet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.3.1",
    "name": "GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro\/Flash & Claude 3.5 Sonnet",
    "description": "GetBotAI support chat with all AI models (ChatGpt, Gemini, Claude, etc.) for advanced AI search, read, and write.",
    "content_security_policy": {
        "extension_pages": "worker-src 'self'; script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "Toggle GetBot AI sidebar"
    },
    "icons": {
        "16": "assets\/logo48.png",
        "32": "assets\/logo48.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "options.html",
    "commands": {
        "open-chat": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            },
            "description": "Open a chat window on the current page or navigate to GetBot domain by pressing above commands"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.getbot.ai\/*",
                "*:\/\/getbot.ai\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "content\/proxy.js"
            ],
            "matches": [
                "*:\/\/*.getbot.ai\/*",
                "*:\/\/getbot.ai\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/extension_id.js"
            ],
            "matches": [
                "*:\/\/*.getbot.ai\/*",
                "*:\/\/getbot.ai\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getbot.ai\/*",
            "*:\/\/getbot.ai\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top