WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Akralys: ChatGPT Custom Themes, UI Tools & PDF Export

Akralys: ChatGPT Custom Themes, UI Tools & PDF Export

View on Chrome Web Store
View Akralys: ChatGPT Custom Themes, UI Tools & PDF Export Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (19 ratings)
1 new ratings
39 views
This extension has been viewed 39 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.

Akralys: Customize ChatGPT with custom themes, advanced UI tweaks and powerful tools. Export to PDF, edit fonts and colors live.
Type
Extension
Users
343 users
5
CepeshRC
View author page of CepeshRC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 22, 2025
Version 1.0.7
Manifest version
3
Updated
Updated on September 2, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Akralys: ChatGPT Custom Themes, UI Tools & PDF Export 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_appName__",
    "version": "1.0.7",
    "description": "__MSG_appDesc__",
    "author": "Vadym Trebushnyi(CepeshRC)",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "sidePanel",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/chatgpt.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "popup.html"
    },
    "action": {
        "default_title": "__MSG_actionTitle__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            },
            "description": "__MSG_commandDesc__"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "themes\/*.css",
                "themes\/*.js",
                "theme-backgrounds\/*",
                "assets\/**\/*",
                "popup.css",
                "akralys.html",
                "akralys.css",
                "akralys.js",
                "icons\/icon128.png",
                "success\/*"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ]
        }
    ]
}
© 2026 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