OP.GG Summoner Search

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

什麼是OP.GG Summoner Search?

OP.GG Summoner Search是由Andy Young開發的Chrome擴展程式,該擴展的主要功能是“Search for the games that you have played with a certain summoner.”。

擴展截圖

下載OP.GG Summoner Search擴展crx文件

下載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
官方網址 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"
    }
}