MF Space Bar

Generate Desired Texts Using AI

MF Space Bar란 무엇입니까?

MF Space Bar은(는) MF Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate Desired Texts Using AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MF Space Bar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 MF Space Bar MF Space Bar
ID gmdgdinobialehckonakooijdhemfbfp
공식 URL https://chromewebstore.google.com/detail/mf-space-bar/gmdgdinobialehckonakooijdhemfbfp
설명 Generate Desired Texts Using AI
파일 크기 25.8 MB
설치 횟수 52
현재 버전 1.0.4
최근 업데이트 2023-05-24
출시 날짜 2023-02-09
평점 5.00/5 총 1 개의 평점
개발자 MF Inc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mercuryfuture.com/space_bar/
지원되는 언어 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": [
                ""
            ]
        }
    ]
}