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'.”。
扩展截图
下载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 |
ID | ooaniklefhdgbcefegledhggifcbionf |
官方URL | 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" } ] } |