Cloud To Arse Plus

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

Cloud To Arse Plusとは何ですか?

Cloud To Arse Plusはvegheadによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.」です。

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

screenshot

Cloud To Arse Plus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

拡張機能の基本情報

名前 Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
公式URL https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
説明 Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
ファイルサイズ 27 KB
インストール数 72
現在のバージョン 0.0.0.1
最終更新日 2013-08-24
公開日 2013-08-23
評価 5.00/5 合計 5 レビュー
開発者 veghead
支払い方法 free
拡張機能のウェブサイト https://github.com/veghead/cloud-to-arse
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}