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"
    }
}