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