umami

e621 enhancement

umami란 무엇입니까?

umami은(는) WolfGang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "e621 enhancement"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

umami 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 umami umami
ID lebpinjecpngidklcgggclfbbclkiopb
공식 URL https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb
설명 e621 enhancement
파일 크기 340 KB
설치 횟수 1,000
현재 버전 2.3.0
최근 업데이트 2022-04-24
출시 날짜 2020-03-17
평점 4.33/5 총 15 개의 평점
개발자 WolfGang
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}