By: Saeed Ezzati
Inspect and view changes in Superpower ChatGPT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "8.2.5",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG6ZR+j3lpHF0XrDLIXdrk25idObfq+RK7WM+pIaQmDO2nM5Y+SZJJbFwyxjWX+3V6XOgS5v9Lpnqg46OJ/W9Q5i23Usx1MXgaJBTlEFz0XG+PYK6BElhc9itS7m6oCLknin97a533tusXmm8zW7kaDGy8vycMDY6Ffbqa3sn0PqZ8bXUlAjgO91dQcB8EtlT906hwhZjtfEYvp2hdxYkRFxfuaR1WMLkxttVXv506RXJowxq0LO3aqj83QeJoXkQF1wbzCxYO1VpVGEmYIQxIKw/csusZNZs8gwJrIWtOzhMgDNOFzXNeZl0ASgoj2M9UsZp+Dunn57VT8tQyaE6QIDAQAB",
"description": "__MSG_appDescription__",
"homepage_url": "https://www.spchatgpt.com",
"default_locale": "en",
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"action": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png",
"default_popup": "popup.html"
},
"trial_tokens": [
"Axu8EBuFLgdn9Ck8PCA3jrMVm/6SWaT12QPjFe2gD6kQHDLe94H3vW+tvoeBFKRiDzsRMbh79MI0GmrwXpee+AYAAACCeyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8vYW1obWVlbm1hcGxkcGpkZWRla2FsbmZpZmducGZua2MiLCJmZWF0dXJlIjoiQUlSZXdyaXRlckFQSSIsImV4cGlyeSI6MTc3NjcyOTYwMCwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==",
"A6fJ3tUw+oziBo76OUNDoNVvsaN9D2FaAyxAPrL1IgCkzHtWUx/j05JTzd72PIocK+l3KO1b6ME0cLuh3f93kwsAAACPeyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8vYW1obWVlbm1hcGxkcGpkZWRla2FsbmZpZmducGZua2MiLCJmZWF0dXJlIjoiQUlQcm9tcHRBUElNdWx0aW1vZGFsSW5wdXQiLCJleHBpcnkiOjE3ODE1NjgwMDAsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="
],
"permissions": [
"storage",
"unlimitedStorage",
"contextMenus"
],
"host_permissions": [
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://ai.com/*",
"https://sora.com/*",
"https://chat.com/*",
"https://claude.ai/*",
"https://oaistatic.com/*"
],
"optional_permissions": [
"activeTab",
"tabs"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
}
}
},
"content_scripts": [
{
"js": [
"scripts/content/content.main.start.c3c681a90a.js"
],
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://ai.com/*",
"https://sora.com/*",
"https://chat.com/*",
"https://claude.ai/*",
"https://oaistatic.com/*"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"js": [
"scripts/content/content.isolated.start.bc11d98dfd.js"
],
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://ai.com/*",
"https://sora.com/*",
"https://chat.com/*",
"https://claude.ai/*",
"https://oaistatic.com/*"
],
"run_at": "document_start"
},
{
"js": [
"scripts/thirdParty/FileSaver.js",
"scripts/thirdParty/jszip.js",
"scripts/thirdParty/katex.js",
"scripts/thirdParty/texmath.js",
"scripts/thirdParty/markdown-it-sup.js",
"scripts/thirdParty/markdown-it.js",
"scripts/thirdParty/highlight.js",
"scripts/thirdParty/sortable.js",
"scripts/content/content.isolated.end.af0b1d7673.js"
],
"css": [
"scripts/styles/global.css",
"scripts/styles/katex.css"
],
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://ai.com/*",
"https://sora.com/*",
"https://chat.com/*",
"https://claude.ai/*",
"https://oaistatic.com/*"
],
"run_at": "document_end"
}
],
"omnibox": {
"keyword": "sp"
},
"browser_specific_settings": {
"gecko": {
"id": "cjiggdeafkdppmdmlcdpfigbalcgbkpg@fancydino.com"
}
},
"background": {
"scripts": [
"scripts/background/superAI.js",
"scripts/background/initialize.js",
"scripts/background/contextMenu.js"
]
},
"web_accessible_resources": [
{
"matches": [
"https://chat.openai.com/*",
"https://chatgpt.com/*",
"https://ai.com/*",
"https://sora.com/*",
"https://chat.com/*",
"https://claude.ai/*",
"https://oaistatic.com/*"
],
"resources": [
"_locales/*",
"icons/*",
"images/*",
"sounds/*",
"scripts/content/*"
]
}
]
} Best Superpower ChatGPT Alternatives
Here are some Firefox add-ons that are similar to Superpower ChatGPT:
Superpower ChatGPT Plus
Bắn Cá TK88
ChatGPT Power - Supercharge ChatGPT
Nitrotech
Promptmatic: Superpower ChatGPT
8DAY
ChatGPT Toolbox
Infi Developments
PromptMate — ChatGPT Organizer
Orbita89
AI Workspace Pro: ChatGPT Manager + Prompt Library
Christophe Verheyen
ChatGPT Squire
Misty Vale Inn
ChatGPT Folders, Profiles & More
Jakub Sak
StylerGPT for ChatGPT
StylerGPT
ChatGPT Shortcut
QingShun
Prompt Base
Axiom Labs
ChatGPT Optimizer - Improve AI
ChatGPT Optimizer - Boost Your AI Workflow