umami
e621 enhancement
Cos'è umami?
umami è un'estensione di Chrome sviluppata da WolfGang, e la sua funzione principale è "e621 enhancement".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione umami
Scarica i file di estensione umami 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
                        Umami adds several features to the e621 site
 - pool downloading
 - slideshow functionality
 - infinite scrolling (no need to go to the next page)
 - keyboard navigation (for comics or list views)
 - autoplaying/looping of videos
 - Config to rebind keys, turn features on and off, or change the names of files downloaded                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | lebpinjecpngidklcgggclfbbclkiopb | 
| URL Ufficiale | https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb | 
| Descrizione | e621 enhancement | 
| Dimensione del File | 340 KB | 
| Conteggio Installazioni | 1,000 | 
| Versione Corrente | 2.3.0 | 
| Ultimo Aggiornamento | 2022-04-24 | 
| Data di Pubblicazione | 2020-03-17 | 
| Valutazione | 4.33/5 Totale 15 Valutazioni | 
| Sviluppatore | WolfGang | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "umami",
    "version": "2.3.0",
    "description": "e621 enhancement",
    "icons": {
        "48": "icons\/salt-48.png",
        "96": "icons\/salt-96.png"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "*:\/\/*.e621.net\/*",
        "*:\/\/*.e926.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.e621.net\/*",
                "*:\/\/*.e926.net\/*"
            ],
            "js": [
                "js\/bundle.1.js"
            ]
        }
    ],
    "background": {
        "page": "umami.html"
    },
    "web_accessible_resources": [
        "css\/*",
        "fonts\/*",
        "html\/*",
        "pagejs\/*"
    ]
}  |  |