OP.GG Summoner Search

Search for the games that you have played with a certain summoner.

Τι είναι το OP.GG Summoner Search;

Το OP.GG Summoner Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andy Young, και η κύρια λειτουργία του είναι "Search for the games that you have played with a certain summoner.".

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

Λήψη αρχείου CRX της επέκτασης OP.GG Summoner Search

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

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

                        This chrome extension adds another search bar to a summoners' opgg page that allows you to search for the games played with another summoner. It also adds a "Load All Games" button that will automatically load all games that is stored on the opgg database.

As of 6/20/2020, 4 years since the last update, the extension has been completely refactored with much cleaner code. It is now truly as lightweight and optimized as possible with very efficient and clean code.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OP.GG Summoner Search OP.GG Summoner Search
ID dfnoddgekoeiljeaekobnchnedoipgpc
Επίσημο URL https://chromewebstore.google.com/detail/opgg-summoner-search/dfnoddgekoeiljeaekobnchnedoipgpc
Περιγραφή Search for the games that you have played with a certain summoner.
Μέγεθος Αρχείου 38.56 KB
Αριθμός Εγκαταστάσεων 3,178
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2020-06-20
Ημερομηνία Δημοσίευσης 2020-06-20
Αξιολόγηση 4.22/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Andy Young
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP.GG Summoner Search",
    "description": "Search for the games that you have played with a certain summoner.",
    "version": "3.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.op.gg\/summoner\/userName=*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "opgg16.png",
        "48": "opgg48.png",
        "128": "opgg128.png"
    }
}