Tax To Butt

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

什么是Tax To Butt?

Tax To Butt是由zebraspots开发的Chrome扩展程序,该扩展的主要功能是“Replaces occurrences of tax-related words with butt-related words.”。

扩展截图

screenshot
screenshot
screenshot

下载Tax To Butt扩展crx文件

下载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.                    

扩展基本信息

名称 Tax To Butt Tax 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"
        }
    ]
}