Do They Accept Bitcoin?

Shows when the site you're visiting accepts Bitcoin.

Do They Accept Bitcoin? क्या है?

Do They Accept Bitcoin? Vitalik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows when the site you're visiting accepts Bitcoin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Do They Accept Bitcoin? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows an icon in the URL bar when the site that you're visiting accepts Bitcoin. The addon currently gets this information from a server-side list generated by scraping:

http://www.reddit.com/r/btcbase?limit=100
http://en.bitcoin.it/wiki/Trade
http://www.bitcointrading.com/forum/spend-bitcoins/online-stores-accepting-bitcoins/

The addon also features a "stumble" option that takes you to a random Bitcoin-accepting site.

If you notice a site missing or a site incorrectly listed as taking Bitcoin, there are two ways to correct the problem:

1. Submit a correction by clicking on the icon and hitting the button. Corrections are reviewed manually, and will be taken into account as soon as I get to it.
2. If a site is missing, list it on reddit.com/r/btcbase, and it will be automatically scraped and added within 12-36 hours.

Donations welcome at 1V1tALUeAuCLqvJR3TiF2uXFrdFGNdTPN

All comments and feature requests welcome at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Do They Accept Bitcoin? Do They Accept Bitcoin?
ID nofccoknfcageikhnhfhkpcdciapdaja
आधिकारिक URL https://chrome.google.com/webstore/detail/do-they-accept-bitcoin/nofccoknfcageikhnhfhkpcdciapdaja
विवरण Shows when the site you're visiting accepts Bitcoin.
फ़ाइल का आकार 167 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2013-05-10
प्रकाशन तिथि 2013-05-10
रेटिंग 3.83/5 कुल 6 रेटिंग्स
डेवलपर Vitalik
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do They Accept Bitcoin?",
    "version": "1.0.4",
    "description": "Shows when the site you're visiting accepts Bitcoin.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "noaccept.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/pastebin.com\/*",
        "http:\/\/216.155.145.197\/*"
    ],
    "icons": {
        "48": "bitcoin48.png",
        "128": "bitcoin128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}