Cloud to Butt Redux

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

Cloud to Butt Reduxとは何ですか?

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

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

screenshot

Cloud to Butt Redux拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt

My version: https://github.com/Techjar/cloud-to-butt                    

拡張機能の基本情報

名前 Cloud to Butt Redux Cloud to Butt Redux
ID mghonbmkhoeammefiikcjdjaikniefnk
公式URL https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk
説明 Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
ファイルサイズ 40.75 KB
インストール数 160
現在のバージョン 1.3.5
最終更新日 2018-01-08
公開日 2018-01-08
評価 4.14/5 合計 7 レビュー
開発者 Techjar
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud to Butt Redux",
    "version": "1.3.5",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/titlecapitalization.com\/*",
                "*:\/\/hangouts.google.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/discordapp.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}