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"
        }
    ]
}