MF Space Bar

Generate Desired Texts Using AI

What is MF Space Bar?

MF Space Bar is a Chrome extension developed by MF Inc, and its main feature is "Generate Desired Texts Using AI".

Extension Screenshots

screenshot
screenshot

Download MF Space Bar Extension CRX File

Download MF Space Bar 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

                        MF Space Bar is an extension that generates, rewrites, and develops written content for users. You can write essays, blogs, newsletters and more!                    

Extension Basic Information

Name MF Space Bar MF Space Bar
ID gmdgdinobialehckonakooijdhemfbfp
Official URL https://chromewebstore.google.com/detail/mf-space-bar/gmdgdinobialehckonakooijdhemfbfp
Description Generate Desired Texts Using AI
File Size 25.8 MB
Installation Count 52
Current Version 1.0.4
Last Updated 2023-05-24
Publish Date 2023-02-09
Rating 5.00/5 Total 1 Ratings
Developer MF Inc
Email [email protected]
Payment Type free
Extension Website https://mercuryfuture.com/space_bar/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MF Space Bar",
    "description": "Generate Desired Texts Using AI",
    "version": "1.0.4",
    "content_security_policy": {
        "script-src": [
            "'self'",
            "https:\/\/js.stripe.com\/",
            "https:\/\/code.jquery.com\/",
            "https:\/\/unpkg.com\/",
            "https:\/\/cdn.jsdelivr.net\/"
        ],
        "connect-src": [
            "'self'",
            "https:\/\/api.stripe.com\/",
            "chrome-extension:\/\/*\/*"
        ],
        "img-src": [
            "'self'",
            "data:"
        ],
        "style-src": [
            "'self'",
            "https:\/\/fonts.googleapis.com\/"
        ],
        "frame-src": [
            "'self'"
        ],
        "worker-src": [
            "'self'"
        ],
        "object-src": [
            "'none'"
        ],
        "media-src": [
            "'self'"
        ],
        "font-src": [
            "'self'",
            "https:\/\/fonts.gstatic.com\/"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "persistent": true
    },
    "permissions": [
        "clipboardWrite",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup.js",
                "api.js",
                "selection.js",
                "stripe-billing.js",
                "backlinking.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}