umami

e621 enhancement

What is umami?

umami is a Chrome extension developed by WolfGang, and its main feature is "e621 enhancement".

Extension Screenshots

screenshot
screenshot

Download umami Extension CRX File

Download umami extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name umami umami
ID lebpinjecpngidklcgggclfbbclkiopb
Official URL https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb
Description e621 enhancement
File Size 340 KB
Installation Count 1,000
Current Version 2.3.0
Last Updated 2022-04-24
Publish Date 2020-03-17
Rating 4.33/5 Total 15 Ratings
Developer WolfGang
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}