Twitter Hearts To Farts
Replace hearts with a vibrating farting butt. im sorry
O que é Twitter Hearts To Farts?
Twitter Hearts To Farts é uma extensão do Chrome desenvolvida por Autophagy, e sua principal característica é "Replace hearts with a vibrating farting butt. im sorry".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Hearts To Farts
Baixe arquivos de extensão Twitter Hearts To Farts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Twitter Hearts To Farts |
ID | nkpegmgbelakecmncjcpkfbgihefohni |
URL Oficial | https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni |
Descrição | Replace hearts with a vibrating farting butt. im sorry |
Tamanho do Arquivo | 20.03 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0 |
Última Atualização | 2015-11-04 |
Data de Publicação | 2015-11-03 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Autophagy |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Autophagy/twitter-hearts-to-farts |
Idiomas Suportados | 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" ] } |