FartScroll

Back and better than ever!

O que é FartScroll?

FartScroll é uma extensão do Chrome desenvolvida por chris.windings, e sua principal característica é "Back and better than ever!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FartScroll

Baixe arquivos de extensão FartScroll 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

                        A quick, fun prank for a coworker who leaves their computer unlocked... 💩

Once installed, this extension will play a random fart noise when scrolling down any web page. 

A quick note: Because of how the browser works, the fart noise will only play after you interact (by clicking on something) and scroll the page. Sometimes this makes the plugin even more unpredictable and hilarious!                    

Informações Básicas da Extensão

Nome FartScroll FartScroll
ID digncopodglakoobkmpjlcebengmmbln
URL Oficial https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln
Descrição Back and better than ever!
Tamanho do Arquivo 4.26 KB
Contagem de Instalações 193
Versão Atual 1.0
Última Atualização 2022-03-28
Data de Publicação 2022-03-27
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor chris.windings
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FartScroll",
    "description": "Back and better than ever!",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}