Who Accepts bitcoin

Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web

Who Accepts bitcoin란 무엇입니까?

Who Accepts bitcoin은(는) https://acceptorbuywithbitcoin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web"입니다.

확장 프로그램 스크린샷

screenshot

Who Accepts bitcoin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension helps you discover who accepts bitcoin and what can you buy with bitcoin while you browse. The grey logo will turn half or full orange when you visit a website that might accept bitcoin. 
This extension is not a search engine. We assume you don't keep asking yourself "what can I buy with bitcoin". It's purpose is to bring into your attention that a website might accept bitcoin when you don't necessarily think about it. 

This is a free extension, if you are in a need for an extremely safe hardware bitcoin wallet (your bitcoins might be worth millions), consider using these referral links to the best products on the market:
Trezor - http://bit.ly/2D3r8qQ
Ledger - http://bit.ly/erikbrodch                    

확장 프로그램 기본 정보

이름 Who Accepts bitcoin Who Accepts bitcoin
ID ifandnfeadkfgcnefgpobhmpapnfjlee
공식 URL https://chromewebstore.google.com/detail/who-accepts-bitcoin/ifandnfeadkfgcnefgpobhmpapnfjlee
설명 Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web
파일 크기 31.06 KB
설치 횟수 177
현재 버전 0.0.9
최근 업데이트 2018-02-19
출시 날짜 2018-02-19
평점 5.00/5 총 2 개의 평점
개발자 https://acceptorbuywithbitcoin.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1_GB-Y7sdHeNZ1cO0fOWmg-h6hB6I9ZAx31Z23Lid0n8/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who Accepts bitcoin",
    "description": "Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web",
    "version": "0.0.9",
    "icons": {
        "128": "extension_icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "bitcoin_logo_full_gray.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bitcoin_scan.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.css"
    ]
}