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