Cloud To Butt Plus

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

什么是Cloud To Butt Plus?

Cloud To Butt Plus是由Hank开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.”。

扩展截图

screenshot

下载Cloud To Butt Plus扩展crx文件

下载Cloud To Butt Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Slight improvements to Butt-to-butt, found here:
https://github.com/panicsteve/butt-to-butt

My repo: https://github.com/hank/butt-to-butt

Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible).

WARNING: Versions before 1.2 contain a XSS Vulnerability!  Please update!                    

扩展基本信息

名称 Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
官方URL https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
简介 Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
文件大小 3.34 KB
安装次数 10,000
当前版本 1.2
更新时间 2014-07-24
上架时间 2014-07-23
评分 4.82/5 共799次评分
开发者 Hank
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Butt Plus",
    "version": "1.2",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}