FartScroll
Back and better than ever!
Qu'est-ce que FartScroll ?
FartScroll est une extension Chrome développée par chris.windings, et sa fonction principale est "Back and better than ever!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FartScroll
Téléchargez les fichiers d'extension FartScroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | FartScroll |
ID | digncopodglakoobkmpjlcebengmmbln |
URL Officiel | https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln |
Description | Back and better than ever! |
Taille du Fichier | 4.26 KB |
Nombre d'Installations | 193 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-03-28 |
Date de Publication | 2022-03-27 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | chris.windings |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |