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
拡張機能の基本情報
名前 | Twitter Hearts To Farts |
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" ] } |