Tax To Butt

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

Apa itu Tax To Butt?

Tax To Butt adalah ekstensi Chrome yang dikembangkan oleh zebraspots, dan fitur utamanya adalah "Replaces occurrences of tax-related words with butt-related words.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tax To Butt

Unduh file ekstensi Tax To Butt dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tax To Butt Tax To Butt
ID kbpekihcfdamaofaiffjjcbkcolhbdkf
URL Resmi https://chromewebstore.google.com/detail/tax-to-butt/kbpekihcfdamaofaiffjjcbkcolhbdkf
Deskripsi Replaces occurrences of tax-related words with butt-related words.
Ukuran File 16.72 KB
Jumlah Instalasi 29
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-01-16
Tanggal Publikasi 2015-01-15
Penilaian 5.00/5 Total 4 Penilaian
Pengembang zebraspots
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}