Remix Labs - Chrome Extension

Chrome extension runtime for flows built with the Remix platform

What is Remix Labs - Chrome Extension?

Remix Labs - Chrome Extension is a Chrome extension developed by Remix Labs, and its main feature is "Chrome extension runtime for flows built with the Remix platform".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Remix Labs - Chrome Extension Extension CRX File

Download Remix Labs - Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension runtime for flows built with the Remix platform                    

Extension Basic Information

Name Remix Labs - Chrome Extension Remix Labs - Chrome Extension
ID chcpkplefjhcnpeihnfepchgmdhbjeng
Official URL https://chromewebstore.google.com/detail/remix-labs-chrome-extensi/chcpkplefjhcnpeihnfepchgmdhbjeng
Description Chrome extension runtime for flows built with the Remix platform
File Size 845 KB
Installation Count 48
Current Version 4.2.6
Last Updated 2023-09-13
Publish Date 2020-06-24
Rating 5.00/5 Total 1 Ratings
Developer Remix Labs
Email [email protected]
Payment Type free
Extension Website https://remixlabs.com/
Privacy Policy Page URL https://remixlabs.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.6",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1jt6vH6pBsRzKXzp65QV3\/iZrQ8VfuHwWhlbHOTCDuqcJHc0k1Aj7A9cAOOfPC+YoGIyJVhZW+n85Bvre3X9HJ8S3rIoS+h5ZhuuSCU50mhLnpI04X673nEKzrK2m00h3h\/8VYuA3gXrEa0gMVOch8JlXzkSBjvDWODcdw6cdfW\/TksMeXBMgwt57J0h15jyTvHSN3LUuTXW2\/wOntZNt22hMh1FwlN+3QVHcqArzDgDWJuE36pmxuGEMsNtzeHkBeTMGTBcdpPoouIWK8oy31vTqvB91YijAOZZ3ZmUaztdz7\/llb2xgjM3jyIyThlFTwPr7Azf1Fuy7H\/QppOvswIDAQAB",
    "name": "Remix Labs - Chrome Extension",
    "short_name": "Remix Labs",
    "author": "Remix Labs",
    "homepage_url": "https:\/\/remixlabs.com",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Remix Labs"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "g\/**",
                "app.html",
                "wasm\/**",
                "icons\/**",
                "images\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar.js"
            ],
            "css": [
                "styles\/sidebar.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}