Davout

A browser extension for displaying League of Legends rank in the Twitch chat.

Davout란 무엇입니까?

Davout은(는) GiFree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension for displaying League of Legends rank in the Twitch chat."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Davout is a browser extension that displays users League of Legends rankings next to their usernames on the Twitch chat. It provides a straightforward method for viewers to gauge the skill levels of fellow chatters in the game.

The extension's design focuses on user-friendliness, ensuring ease of configuration and installation. Users simply need to link their Twitch and Riot Games accounts. Upon completion, Davout autonomously aggregates and exhibits the players' ranking data directly in the chat, offering a streamlined and efficient experience.

Davout stands as an essential tool for enthusiasts of Twitch and League of Legends. It offers an effortless way to monitor the progress and rankings of preferred players, contributing to a more engaging and interactive community experience. Whether you're tracking rising stars or established gamers, Davout provides valuable insights into their journey towards the pinnacle of League of Legends rankings.                    

확장 프로그램 기본 정보

이름 Davout Davout
ID hgjekcjafdnfmalfiheabmjagilfmnip
공식 URL https://chromewebstore.google.com/detail/davout/hgjekcjafdnfmalfiheabmjagilfmnip
설명 A browser extension for displaying League of Legends rank in the Twitch chat.
파일 크기 81.04 KB
설치 횟수 1,034
현재 버전 1.6.1
최근 업데이트 2024-01-11
출시 날짜 2023-11-27
평점 5.00/5 총 6 개의 평점
개발자 GiFree
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://davout.io
개인정보 보호 정책 페이지 URL https://davout.io/legal/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Davout",
    "description": "A browser extension for displaying League of Legends rank in the Twitch chat.",
    "version": "1.6.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-c94a3a61.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "resources": [
                "img\/iron.png",
                "img\/bronze.png",
                "img\/silver.png",
                "img\/gold.png",
                "img\/emerald.png",
                "img\/platinum.png",
                "img\/diamond.png",
                "img\/master.png",
                "img\/grandmaster.png",
                "img\/challenger.png",
                "img\/unranked.png",
                "css\/index.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "resources": [
                "assets\/chunk-dd2420c5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/davout.io\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}