WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT Custom Shortcuts Pro

ChatGPT Custom Shortcuts Pro

View on Chrome Web Store
View ChatGPT Custom Shortcuts Pro Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (11 ratings)
1 new ratings
26 views
This extension has been viewed 26 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.

Custom keyboard shortcuts for ChatGPT: set keys to scroll up/down, copy, join responses, start a new chat, and toggle the sidebar.
Type
Extension
Users
1,000 users
12
tangledterrain
View author page of tangledterrain
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 29, 2023
Version 3.3.7.6
Manifest version
3
Updated
Updated on June 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View ChatGPT Custom Shortcuts Pro 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": "__MSG_app_name__",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "version": "3.3.7.6",
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/*.chatgpt.com\/*"
            ],
            "js": [
                "lib\/gsap.min.js",
                "lib\/ScrollToPlugin.min.js",
                "lib\/Observer.min.js",
                "lib\/Flip.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*",
                "*:\/\/*.chatgpt.com\/*"
            ],
            "type": "image"
        }
    ]
}
© 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