Tax To Butt

Replaces occurrences of tax-related words with butt-related words.

What is Tax To Butt?

Tax To Butt is a Chrome extension developed by zebraspots, and its main feature is "Replaces occurrences of tax-related words with butt-related words.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tax To Butt Extension CRX File

Download Tax To Butt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tax To Butt Tax To Butt
ID kbpekihcfdamaofaiffjjcbkcolhbdkf
Official URL https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf
Description Replaces occurrences of tax-related words with butt-related words.
File Size 16.72 KB
Installation Count 29
Current Version 1.2
Last Updated 2015-01-16
Publish Date 2015-01-15
Rating 5.00/5 Total 4 Ratings
Developer zebraspots
Payment Type free
Supported Languages 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"
        }
    ]
}