Bitcoin To Buttcoin
Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
Vad är Bitcoin To Buttcoin?
Bitcoin To Buttcoin är en Chrome-tillägg utvecklad av jamesonjlee, och dess huvudfunktion är "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins".
Tilläggsskärmbilder
Ladda ner Bitcoin To Buttcoin-förlängningens CRX-fil
Ladda ner Bitcoin To Buttcoin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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™ Grundläggande Information om Tillägg
| Namn | |
| ID | opdmmmpiahddjnfogimkmmgmmhkbalol |
| Officiell webbadress | https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol |
| Beskrivning | Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins |
| Filstorlek | 3.43 KB |
| Antal Installationer | 22 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2013-12-12 |
| Publiceringsdatum | 2013-12-11 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | jamesonjlee |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/jamesonjlee/cloud-to-butt |
| Stödda Språk | 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"
}
]
} | |