WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Python Code Runner

Python Code Runner

View on Chrome Web Store
View Python Code Runner Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (12 ratings)
1 new ratings
12 views
This extension has been viewed 12 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.

Python playground and script runner. Run Python code snippets from any website using our free online Python compiler and IDE.
Type
Extension
Users
4,000 users
1K
Website cliprun.com
Cliprun
View author page of Cliprun
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 31, 2025
Version 0.1.5
Manifest version
3
Updated
Updated on March 19, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Python Code Runner 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": "Python Code Runner",
    "description": "Python playground and script runner. Run Python code snippets from any website using our free online Python compiler and IDE.",
    "version": "0.1.5",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pyodide\/*",
                "public\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cliprun.com\/*",
            "http:\/\/localhost:5173\/*"
        ]
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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