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