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".
Снимки экрана расширения
Скачать файл 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™ Основная информация о расширении
| Название | |
| 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"
}
]
} | |