Twitter Hearts To Farts
Replace hearts with a vibrating farting butt. im sorry
什么是Twitter Hearts To Farts?
Twitter Hearts To Farts是由Autophagy开发的Chrome扩展程序,该扩展的主要功能是“Replace hearts with a vibrating farting butt. im sorry”。
扩展截图
下载Twitter Hearts To Farts扩展crx文件
下载Twitter Hearts To Farts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the heart like icon on twitter to a farting butt. A/B tests show this improves brand engagement, synergy and some other stuff. web 2.0 扩展基本信息
| 名称 | |
| ID | nkpegmgbelakecmncjcpkfbgihefohni |
| 官方URL | https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni |
| 简介 | Replace hearts with a vibrating farting butt. im sorry |
| 文件大小 | 20.03 KB |
| 安装次数 | 57 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-11-04 |
| 上架时间 | 2015-11-03 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | Autophagy |
| 付费类型 | free |
| 扩展官网 | https://github.com/Autophagy/twitter-hearts-to-farts |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Hearts To Farts",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "butticon.png",
"48": "butticon.png",
"128": "butticon.png"
},
"description": "Replace hearts with a vibrating farting butt. im sorry",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"buttfart.png"
]
} | |