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