Container to Fart
Replaces the text 'container' with 'fart'.
O que é Container to Fart?
Container to Fart é uma extensão do Chrome desenvolvida por jacob.m.robinson, e sua principal característica é "Replaces the text 'container' with 'fart'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Container to Fart
Baixe arquivos de extensão Container 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
Container to Fart replaces instances of 'container' with 'fart' within web page content. Combined with the Cloud to Butt Chrome extension, Container to Fart will bring some back some comedy into all the drama that is happening with Linux Farts and Butt Computing.
Informações Básicas da Extensão
Nome | ![]() |
ID | ddekfmgjejpecfmkijkoeibgehjmjoah |
URL Oficial | https://chrome.google.com/webstore/detail/container-to-fart/ddekfmgjejpecfmkijkoeibgehjmjoah |
Descrição | Replaces the text 'container' with 'fart'. |
Tamanho do Arquivo | 3.38 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2014-12-02 |
Data de Publicação | 2014-12-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | jacob.m.robinson |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jakerobinson/container-to-fart |
URL da Página de Ajuda | https://github.com/jakerobinson/container-to-fart/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Container to Fart", "version": "1.0", "description": "Replaces the text 'container' with 'fart'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |