FartScroll

Back and better than ever!

Cos'è FartScroll?

FartScroll è un'estensione di Chrome sviluppata da chris.windings, e la sua funzione principale è "Back and better than ever!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FartScroll

Scarica i file di estensione FartScroll 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

                        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!                    

Informazioni di Base sull'Estensione

Nome FartScroll FartScroll
ID digncopodglakoobkmpjlcebengmmbln
URL Ufficiale https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln
Descrizione Back and better than ever!
Dimensione del File 4.26 KB
Conteggio Installazioni 193
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-28
Data di Pubblicazione 2022-03-27
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore chris.windings
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}