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