WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
PaperKnight Trading Bot

PaperKnight Trading Bot

View on Chrome Web Store
View PaperKnight Trading Bot Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (2 ratings)
1 new 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.

A paper trading bot for TradingView, axiom.trade, and gmgn.ai charts
Type
Extension
Users
19 users
2
simpleinfocenter
View author page of simpleinfocenter
Published
Published on March 20, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on May 20, 2025
productivity/education
Extension Category
View on Chrome Web Store
View PaperKnight Trading Bot 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": "PaperKnight Trading Bot",
    "version": "1.0.1",
    "description": "A paper trading bot for TradingView, axiom.trade, and gmgn.ai charts",
    "permissions": [
        "storage",
        "windows"
    ],
    "host_permissions": [
        "*:\/\/*.tradingview.com\/*",
        "*:\/\/*.axiom.trade\/*",
        "*:\/\/*.gmgn.ai\/*",
        "https:\/\/extensionpay.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "pklogo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon01.png",
                "pklogo.png",
                "sublogo1.png",
                "subknight.png"
            ],
            "matches": [
                "*:\/\/*.tradingview.com\/*",
                "*:\/\/*.axiom.trade\/*",
                "*:\/\/*.gmgn.ai\/*",
                "https:\/\/chromewebstore.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/*",
                "*:\/\/*.axiom.trade\/*",
                "*:\/\/*.axiom.trade\/discover*",
                "*:\/\/*.gmgn.ai\/*",
                "https:\/\/chromewebstore.google.com\/*"
            ],
            "js": [
                "ExtPay.js",
                "PaperKnight.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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