Bitcoin To Buttcoin
Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
Cos'è Bitcoin To Buttcoin?
Bitcoin To Buttcoin è un'estensione di Chrome sviluppata da jamesonjlee, e la sua funzione principale è "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitcoin To Buttcoin
Scarica i file di estensione Bitcoin To Buttcoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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™ Informazioni di Base sull'Estensione
| Nome | |
| ID | opdmmmpiahddjnfogimkmmgmmhkbalol |
| URL Ufficiale | https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol |
| Descrizione | Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins |
| Dimensione del File | 3.43 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2013-12-12 |
| Data di Pubblicazione | 2013-12-11 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | jamesonjlee |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jamesonjlee/cloud-to-butt |
| Lingue Supportate | 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"
}
]
} | |