Gate to Fart
Replaces the text 'gate' with 'fart'.
O que é Gate to Fart?
Gate to Fart é uma extensão do Chrome desenvolvida por Sana, e sua principal característica é "Replaces the text 'gate' with 'fart'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gate to Fart
Baixe arquivos de extensão Gate to Fart 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
An extension that changes the text 'gate' to 'fart', inspired by a tweet from the Boston Globe about an FBI 'investifart'. Based on Cloud to Butt Plus, another great extension you should install to improve your internet experience. Update 1.1: Removed an unnecessary icon.
Informações Básicas da Extensão
Nome | Gate to Fart |
ID | iagclbkbkodngkiiipcnefjeilkfjflm |
URL Oficial | https://chromewebstore.google.com/detail/gate-to-fart/iagclbkbkodngkiiipcnefjeilkfjflm |
Descrição | Replaces the text 'gate' with 'fart'. |
Tamanho do Arquivo | 7.99 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.1 |
Última Atualização | 2015-07-19 |
Data de Publicação | 2015-07-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Sana |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bigshika/gate-to-fart |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gate to Fart", "version": "1.1", "description": "Replaces the text 'gate' with 'fart'.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |