Davout

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

Τι είναι το Davout;

Το Davout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GiFree, και η κύρια λειτουργία του είναι "A browser extension for displaying League of Legends rank in the Twitch chat.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Davout

Λήψη αρχείων επέκτασης Davout σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}