CrossPilot

Install Opera extensions in Chrome in a sandboxed environment

CrossPilot là gì?

CrossPilot là một tiện ích mở rộng Chrome được phát triển bởi https://crosspilot.io, và tính năng chính của nó là "Install Opera extensions in Chrome in a sandboxed environment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CrossPilot

Tải xuống các tệp mở rộng CrossPilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With focus on performance, privacy and security, CrossPilot is an advanced tool that makes it easy for you to install Opera webstore addons in Chrome and vice versa.

How to use
- Visit Opera addons webstore and find your desired addon.
- Click on Install with CrossPilot button in sidebar.
- Installation process will begin in CrossPilot installation page
- Review the optional permissions (Grant/Deny)
- You are ready to use your Opera addon in Chrome.

CrossPilot requires minimum permissions possible to operate. All optional permissions can be granted or denied by the user. See the following section on use of permissions for more details.

Use of permissions:
CrossPilot requires 3 permissions upon install:
1. Storage - (Used to store CrossPilot settings)
2. Unlimited Storage - (Chrome Extension storage is limited to 5MB, We require higher storage for larger extensions)
3. Alarms - (Used to create repeating tasks, mainly used for checking updates)

Optional permissions:
1. http://*/ and https://*/ (Used to for installed extensions' content scripts)
2. Downloads, downloads.open (Create and read downloads, open downloaded files, for download managers)
3. tabs (Can be used for screenshot extensions, PDF generators)

Data Privacy Policy
We do not track any of your data, period.
We do not track any usage of the extension - that includes searches, filters, tabs, windows, popup opens, etc
We do not track any websites, website usage, etc
We do not transfer any data to any 3rd party servers
The only data that we store is your storage data. You save this data to your local browser storage. We never touch or see this data. This data is exclusively stored inside your browser.
The same goes for your settings - your settings are saved solely inside your browser.

Feel free to contact us if you got any questions or concerns about data privacy, we will be happy to help.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CrossPilot CrossPilot
ID migomhggnppjdijnfkiimcpjgnhmnale
URL Chính Thức https://chromewebstore.google.com/detail/crosspilot/migomhggnppjdijnfkiimcpjgnhmnale
Mô tả Install Opera extensions in Chrome in a sandboxed environment
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2022-01-13
Ngày Phát Hành 2020-02-12
Đánh Giá 4.70/5 Tổng số 753 Đánh Giá
Nhà Phát Triển https://crosspilot.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crosspilot.io
URL Trang Trợ Giúp https://crosspilot.io/contact
URL Trang Chính Sách Bảo Mật https://crosspilot.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/crosspilot.io",
    "browser_action": {
        "default_icon": "images\/icons\/popup.png",
        "default_popup": "html\/popup.html"
    },
    "author": "CrossPilot",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/addons.opera.com\/*\/extensions\/details\/*"
            ],
            "js": [
                "js\/opera-store.js"
            ],
            "css": [
                "css\/opera-store.css"
            ],
            "run_at": "document_end"
        }
    ],
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "downloads.open",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/crosspilot.io\/*"
        ]
    }
}