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
官方網址 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"
        }
    ]
}