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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://acceptorbuywithbitcoin.com และคุณลักษณะหลักของมันคือ "Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Who Accepts bitcoin

ดาวน์โหลดไฟล์ส่วนขยาย Who Accepts bitcoin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}