Moon: Shop online with Bitcoin

Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!

Moon: Shop online with Bitcoin란 무엇입니까?

Moon: Shop online with Bitcoin은(는) https://paywithmoon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Moon: Shop online with Bitcoin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now you can shop with crypto* at millions of online retailers! Pay with crypto everywhere Visa® debit cards are accepted online in the US!

Moon allows you to purchase Moon Visa® Prepaid Cards with Bitcoin, Litecoin, Ether, USDC, and Bitcoin Cash. Moon Cards are virtual cards that you can purchase with Bitcoin, the Lightning Network or your Coinbase account. Cards can be used at any US based online merchant that accepts Visa debit cards.

Moon is a non-custodial service that enables trustless payments. Moon supports daily limits, 2FA and revocable permissions, and is compliant with GDPR and CCPA consumer privacy protection rules.

Help us improve Moon! If you have any questions or feedback, or need any help, contact us at [email protected].

*Moon will automatically convert all cryptocurrency to U.S. dollars for use in purchases.                    

확장 프로그램 기본 정보

이름 Moon: Shop online with Bitcoin Moon: Shop online with Bitcoin
ID ehmpejjklcibliopgbghpgfinhbjopnn
공식 URL https://chromewebstore.google.com/detail/moon-shop-online-with-bit/ehmpejjklcibliopgbghpgfinhbjopnn
설명 Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!
파일 크기 1.44 MB
설치 횟수 10,000
현재 버전 3.2.1
최근 업데이트 2023-02-13
출시 날짜 2019-12-02
평점 4.40/5 총 75 개의 평점
개발자 https://paywithmoon.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://paywithmoon.com
도움말 페이지 URL https://paywithmoon.com/contact-us/
개인정보 보호 정책 페이지 URL https://paywithmoon.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moon: Shop online with Bitcoin",
    "short_name": "Moon",
    "description": "Shop online with Bitcoin, Litecoin, Ethereum and Bitcoin Cash!",
    "version": "3.2.1",
    "homepage_url": "https:\/\/paywithmoon.com",
    "icons": {
        "16": "static\/logo_no_circle_128.b6583af6d6b0e96ba39b.png",
        "32": "static\/logo_no_circle_128.b6583af6d6b0e96ba39b.png",
        "128": "static\/logo_no_circle_128.b6583af6d6b0e96ba39b.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.js",
                "static\/*",
                "app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/paywithmoon.com\/*"
    ],
    "action": {
        "default_title": "Moon"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/paywithmoon.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paywithmoon.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAibGrYHLq3cruPQW\/vkQxnHeZ+LHcE+UomNUO9QTjjdACnfpt08cBwJ52PwqBflzSre1piBUu4CB\/\/ecW8l5zYUVPLInoGiJSsZJHA2wo2WQ9PVtRw4gJNlBQbE5AiFXTTP0DC57QGIxyfKc1E7B0pi4y3xPueVIRuhRl7cRMVAiNU2OjSKpLuNat\/IpG6QTg0P1kS8QMaz9nQM83izi6k4pntisyqUthBUdvzKmP7yhJjZE8FvIozqDHtD\/PPsjYA6rt1M5Gzg0a5QYgQ2NLMsKfEAWmYYnaULwtb8jwKzViflIuvnFfsQrcKjq1fqzhLICHkN+3Mb9HSOFwLaSbiwIDAQAB"
}