Bitcoin To Buttcoin

Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins

Τι είναι το Bitcoin To Buttcoin;

Το Bitcoin To Buttcoin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jamesonjlee, και η κύρια λειτουργία του είναι "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bitcoin To Buttcoin

Λήψη αρχείων επέκτασης Bitcoin To Buttcoin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Changes Bitcoin(s) to Buttcoin(s), maybe I will include ones for Litecoin, etc.
Image sourced from buttcoin.org
THIS EXTENSION IS NOT AFFILIATE WITH BUTTCOIN.ORG

Made while sitting on my butt™                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bitcoin To Buttcoin Bitcoin To Buttcoin
ID opdmmmpiahddjnfogimkmmgmmhkbalol
Επίσημο URL https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol
Περιγραφή Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
Μέγεθος Αρχείου 3.43 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2013-12-12
Ημερομηνία Δημοσίευσης 2013-12-11
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής jamesonjlee
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jamesonjlee/cloud-to-butt
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin To Buttcoin",
    "version": "1.2",
    "description": "Replaces the text 'Bitcoin' with 'Buttcoin'.  Copied from Cloud-to-Butt, now covers more coins",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}