Twitter Hearts To Farts

Replace hearts with a vibrating farting butt. im sorry

Co je Twitter Hearts To Farts?

Twitter Hearts To Farts je rozšíření Chrome vyvinuté Autophagy, a jeho hlavní funkcí je „Replace hearts with a vibrating farting butt. im sorry“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Hearts To Farts

Stáhněte si soubory rozšíření Twitter Hearts To Farts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Twitter Hearts To Farts Twitter Hearts To Farts
ID nkpegmgbelakecmncjcpkfbgihefohni
Oficiální URL https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni
Popis Replace hearts with a vibrating farting butt. im sorry
Velikost souboru 20.03 KB
Počet instalací 57
Aktuální Verze 1.0
Poslední Aktualizace 2015-11-04
Datum Vydání 2015-11-03
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Autophagy
Typ Platby free
Webové stránky Rozšíření https://github.com/Autophagy/twitter-hearts-to-farts
Podporované Jazyky 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"
    ]
}