Twitter Hearts To Farts

Replace hearts with a vibrating farting butt. im sorry

What is Twitter Hearts To Farts?

Twitter Hearts To Farts is a Chrome extension developed by Autophagy, and its main feature is "Replace hearts with a vibrating farting butt. im sorry".

Extension Screenshots

screenshot

Download Twitter Hearts To Farts Extension CRX File

Download Twitter Hearts To Farts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitter Hearts To Farts Twitter Hearts To Farts
ID nkpegmgbelakecmncjcpkfbgihefohni
Official URL https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni
Description Replace hearts with a vibrating farting butt. im sorry
File Size 20.03 KB
Installation Count 57
Current Version 1.0
Last Updated 2015-11-04
Publish Date 2015-11-03
Rating 5.00/5 Total 6 Ratings
Developer Autophagy
Payment Type free
Extension Website https://github.com/Autophagy/twitter-hearts-to-farts
Supported Languages 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"
    ]
}