Twitter Hearts To Farts
Replace hearts with a vibrating farting butt. im sorry
Wat is Twitter Hearts To Farts?
Twitter Hearts To Farts is een Chrome-extensie ontwikkeld door Autophagy, en de belangrijkste functie is "Replace hearts with a vibrating farting butt. im sorry".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Hearts To Farts
Download Twitter Hearts To Farts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitter Hearts To Farts |
ID | nkpegmgbelakecmncjcpkfbgihefohni |
Officiële URL | https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni |
Beschrijving | Replace hearts with a vibrating farting butt. im sorry |
Bestandsgrootte | 20.03 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-04 |
Publicatiedatum | 2015-11-03 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Autophagy |
Betalingswijze | free |
Extensiewebsite | https://github.com/Autophagy/twitter-hearts-to-farts |
Ondersteunde Talen | 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" ] } |