MF Space Bar

Generate Desired Texts Using AI

MF Space Bar là gì?

MF Space Bar là một tiện ích mở rộng Chrome được phát triển bởi MF Inc, và tính năng chính của nó là "Generate Desired Texts Using AI".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng MF Space Bar 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

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

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

Tên MF Space Bar MF Space Bar
ID gmdgdinobialehckonakooijdhemfbfp
URL Chính Thức https://chromewebstore.google.com/detail/mf-space-bar/gmdgdinobialehckonakooijdhemfbfp
Mô tả Generate Desired Texts Using AI
Kích Thước Tệp 25.8 MB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-24
Ngày Phát Hành 2023-02-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MF Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mercuryfuture.com/space_bar/
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}