WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Plus

AI Plus

View on Chrome Web Store
View AI Plus Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.

Adds many features and provides options for Microsoft Copilot / Bing AI (ChatGPT v4).
Type
Extension
Users
1,000 users
Patrik Martinko
View author page of Patrik Martinko
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 19, 2023
Version 3.2.1
Manifest version
3
Updated
Updated on May 2, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View AI Plus 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,
    "name": "AI Plus",
    "description": "Adds many features and provides options for Microsoft Copilot \/ Bing AI (ChatGPT v4).",
    "version": "3.2.1",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bing.com\/*",
                "https:\/\/copilot.microsoft.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}
© 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