Tax To Butt
Replaces occurrences of tax-related words with butt-related words.
Что такое Tax To Butt?
Tax To Butt - это расширение Chrome, разработанное zebraspots, и его основная функция - "Replaces occurrences of tax-related words with butt-related words.".
Снимки экрана расширения
Скачать файл CRX расширения Tax To Butt
Скачайте файлы расширений Tax To Butt в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Make tax time fun with this extension that replaces tax-related words with butt-related words!
Adapted from Cloud to Butt, located at https://github.com/panicsteve/cloud-to-butt, and with code to protect from XSS vulnerability from https://github.com/hank/cloud-to-butt. Основная информация о расширении
| Название | |
| ID | kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Официальный URL | https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf |
| Описание | Replaces occurrences of tax-related words with butt-related words. |
| Размер файла | 16.72 KB |
| Количество установок | 29 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2015-01-16 |
| Дата публикации | 2015-01-15 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | zebraspots |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tax To Butt",
"version": "1.2",
"description": "Replaces occurrences of tax-related words with butt-related words.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |