Cloud-Things To Butt

Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.

Cloud-Things To Buttとは何ですか?

Cloud-Things To Buttはhttps://www.patik.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.」です。

拡張機能のスクリーンショット

screenshot

Cloud-Things To Butt拡張機能のCRXファイルをダウンロード

Cloud-Things To Butt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts".

Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt

Source code: https://github.com/patik/cloud-things-to-butt                    

拡張機能の基本情報

名前 Cloud-Things To Butt Cloud-Things To Butt
ID ooaniklefhdgbcefegledhggifcbionf
公式URL https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf
説明 Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
ファイルサイズ 3.96 KB
インストール数 23
現在のバージョン 1.2.0
最終更新日 2014-02-15
公開日 2014-02-15
評価 5.00/5 合計 1 レビュー
開発者 https://www.patik.com
支払い方法 free
拡張機能のウェブサイト http://patik.com/code/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud-Things To Butt",
    "version": "1.2.0",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.",
    "short_name": "Cloud-Things To Butt",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cloud-things-to-butt.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}