WebExtension.net
WebExtension.net

CrossPilot

View on Chrome Web Store
View CrossPilot Chrome Extension on Chrome Web Store
4.7 (794 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Install Opera extensions in Chrome in a sandboxed environment
Type
Extension
Users
300,000 users
Website crosspilot.io
crosspilot.io
View author page of crosspilot.io
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 31, 2019
Version 2.2.1
Manifest version
3
Updated
Updated on August 9, 2024
View on Chrome Web Store
View CrossPilot Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.1",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "minimum_chrome_version": "120",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": "images\/icons\/popup.png"
    },
    "side_panel": {
        "default_path": "html\/side-panel.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/addons.opera.com\/*\/extensions\/details\/*"
            ],
            "js": [
                "js\/content\/opera-store.js"
            ],
            "css": [
                "css\/content\/opera-store.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage",
        "offscreen",
        "scripting",
        "sidePanel"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "tabs",
        "downloads"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/crosspilot.io\/*"
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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