WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GPT Extension

GPT Extension

View on Chrome Web Store
View GPT Extension Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
1 views
This extension has been viewed 1 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.

AI chat, notes, tasks, and weather—everything you need to stay productive, right on your new tab.
Type
Extension
Users
4,000 users
3.1K
Syndic8
View author page of Syndic8
Published
Published on November 14, 2025
Version 1.0
Manifest version
3
Updated
Updated on November 18, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View GPT Extension 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",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "GPT Extension",
    "description": "AI chat, notes, tasks, and weather\u2014everything you need to stay productive, right on your new tab.",
    "version": "1.0",
    "icons": {
        "16": "extension_16.png",
        "32": "extension_32.png",
        "48": "extension_48.png",
        "128": "extension_128.png",
        "256": "extension_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "geolocation"
    ],
    "host_permissions": [
        "https:\/\/api.open-meteo.com\/*",
        "https:\/\/chatgpt-extension.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/chatgpt-extension.com https:\/\/geocoding-api.open-meteo.com https:\/\/api.open-meteo.com"
    },
    "devtools_page": "start-devtools.html"
}
© 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