Twitter Hearts To Farts
Replace hearts with a vibrating farting butt. im sorry
Cos'è Twitter Hearts To Farts?
Twitter Hearts To Farts è un'estensione di Chrome sviluppata da Autophagy, e la sua funzione principale è "Replace hearts with a vibrating farting butt. im sorry".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Hearts To Farts
Scarica i file di estensione Twitter Hearts To Farts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Twitter Hearts To Farts |
ID | nkpegmgbelakecmncjcpkfbgihefohni |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni |
Descrizione | Replace hearts with a vibrating farting butt. im sorry |
Dimensione del File | 20.03 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-04 |
Data di Pubblicazione | 2015-11-03 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Autophagy |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Autophagy/twitter-hearts-to-farts |
Lingue Supportate | 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" ] } |